Checkstyle Results

The following document contains the results of Checkstyle .

Summary

FilesInfosWarningsErrors
57002393

Files

FilesIWE
org/opensciencegrid/authz/client/GRIDIdentityMappingServiceClient.java 0053
org/opensciencegrid/authz/client/SAMLAuthZClient.java 0081
org/opensciencegrid/authz/client/SAMLAuthZClientBase.java 00498
org/opensciencegrid/authz/client/package.html 001
org/opensciencegrid/authz/common/GridId.java 0047
org/opensciencegrid/authz/common/LocalId.java 0063
org/opensciencegrid/authz/common/OSGAuthorizationConstants.java 0059
org/opensciencegrid/authz/common/package.html 001
org/opensciencegrid/authz/saml/OSGXML.java 006
org/opensciencegrid/authz/saml/ObligatedAuthorizationDecisionStatement.java 00101
org/opensciencegrid/authz/saml/SAMLExtensionInit.java 0015
org/opensciencegrid/authz/saml/SAMLUtil.java 0028
org/opensciencegrid/authz/saml/XACMLObligation.java 00123
org/opensciencegrid/authz/saml/package.html 001
org/opensciencegrid/authz/service/BasicMappingAuthZService.java 00161
org/opensciencegrid/authz/service/GRIDIdentityMappingService.java 003
org/opensciencegrid/authz/service/GRIDIdentityMappingServiceExample.java 006
org/opensciencegrid/authz/service/GRIDIdentityMappingServiceExampleImpl.java 00217
org/opensciencegrid/authz/service/SAMLAuthZServiceBase.java 00512
org/opensciencegrid/authz/service/SecurityUtil.java 0016
org/opensciencegrid/authz/service/package.html 001
org/opensciencegrid/authz/stubs/AuthorizationService.java 0010
org/opensciencegrid/authz/stubs/AuthorizationServiceBindingImpl.java 009
org/opensciencegrid/authz/stubs/AuthorizationServiceBindingSkeleton.java 0039
org/opensciencegrid/authz/stubs/AuthorizationServiceBindingStub.java 0056
org/opensciencegrid/authz/stubs/AuthorizationServiceLocator.java 0057
org/opensciencegrid/authz/stubs/SAMLRequestPortType.java 006
org/opensciencegrid/authz/stubs/SAMLRequestType.java 0076
org/opensciencegrid/authz/stubs/SAMLResponseType.java 0076
org/opensciencegrid/authz/stubs/_SAMLRequestResponse.java 0070
org/opensciencegrid/authz/stubs/package.html 001

org/opensciencegrid/authz/client/GRIDIdentityMappingServiceClient.java

ErrorLine
Error Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. 1
Error Unused import - java.rmi.RemoteException. 10
Error Unused import - org.opensciencegrid.authz.stubs.AuthorizationServiceLocator. 15
Error Unused import - org.opensciencegrid.authz.stubs.SAMLRequestPortType. 16
Error Unused import - org.opensciencegrid.authz.stubs.SAMLRequestType. 17
Error Unused import - org.opensciencegrid.authz.stubs.SAMLResponseType. 18
Error Line has trailing spaces. 24
Error Line is longer than 80 characters. 30
Error Line has trailing spaces. 31
Error Missing a Javadoc comment. 32
Error Variable 'serviceLocation' must be private and have accessor methods. 32
Error Line has trailing spaces. 33
Error Line is longer than 80 characters. 33
Error Missing a Javadoc comment. 33
Error Variable 'log' must be private and have accessor methods. 33
Error Line is longer than 80 characters. 35
Error Missing a Javadoc comment. 35
Error Parameter serviceLocation should be final. 35
Error 'serviceLocation' hides a field. 35
Error First sentence should end with a period. 40
Error Expected an @return tag. 42
Error Method 'mapCredentials' is not designed for extension - needs to be abstract, final or empty. 42
Error Parameter gridID should be final. 42
Error Expected @param tag for 'gridID'. 42
Error Line has trailing spaces. 45
Error Line is longer than 80 characters. 46
Error Line is longer than 80 characters. 47
Error Line has trailing spaces. 49
Error Line has trailing spaces. 51
Error Line is longer than 80 characters. 54
Error Line has trailing spaces. 57
Error Line has trailing spaces. 58
Error Line is longer than 80 characters. 58
Error '(' is followed by whitespace. 58
Error Line contains a tab character. 58
Error Line has trailing spaces. 59
Error Line is longer than 80 characters. 59
Error Line contains a tab character. 59
Error Line has trailing spaces. 60
Error Line is longer than 80 characters. 60
Error Line contains a tab character. 60
Error Line is longer than 80 characters. 61
Error Line contains a tab character. 61
Error Line is longer than 80 characters. 62
Error Line contains a tab character. 62
Error 'if' is not followed by whitespace. 64
Error '!=' is not preceded with whitespace. 64
Error '!=' is not followed by whitespace. 64
Error Line is longer than 80 characters. 65
Error Line has trailing spaces. 67
Error '=' is not preceded with whitespace. 70
Error '=' is not followed by whitespace. 70
Error Line has trailing spaces. 75

org/opensciencegrid/authz/client/SAMLAuthZClient.java

ErrorLine
Error Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. 1
Error Line is longer than 80 characters. 15
Error Line is longer than 80 characters. 16
Error Line is longer than 80 characters. 17
Error Unused import - java.util.ArrayList. 22
Error Unused import - org.opensaml.v1_0_1.SAMLSubject. 26
Error Missing a Javadoc comment. 32
Error Utility classes should not have a public or default constructor. 32
Error First sentence should end with a period. 34
Error Variable 'log' must be private and have accessor methods. 35
Error Missing a Javadoc comment. 37
Error Parameter args should be final. 37
Error Line has trailing spaces. 38
Error Line has trailing spaces. 40
Error 'if' is not followed by whitespace. 41
Error '<' is not preceded with whitespace. 41
Error '<' is not followed by whitespace. 41
Error Line has trailing spaces. 42
Error Line is longer than 80 characters. 42
Error Line has trailing spaces. 49
Error Line has trailing spaces. 52
Error Line has trailing spaces. 53
Error 'if' is not followed by whitespace. 53
Error '>' is not preceded with whitespace. 53
Error '>' is not followed by whitespace. 53
Error Line has trailing spaces. 54
Error Line is longer than 80 characters. 58
Error Line contains a tab character. 58
Error Line has trailing spaces. 60
Error Line contains a tab character. 60
Error Line has trailing spaces. 61
Error Line is longer than 80 characters. 61
Error Line contains a tab character. 61
Error 'if' is not followed by whitespace. 65
Error '==' is not preceded with whitespace. 65
Error '==' is not followed by whitespace. 65
Error '==' is not preceded with whitespace. 65
Error '==' is not followed by whitespace. 65
Error Line is longer than 80 characters. 66
Error '=' is not preceded with whitespace. 70
Error '=' is not followed by whitespace. 70
Error Line has trailing spaces. 72
Error Line is longer than 80 characters. 73
Error '+' is not preceded with whitespace. 73
Error '+' is not followed by whitespace. 73
Error '+' is not preceded with whitespace. 74
Error '+' is not followed by whitespace. 74
Error Line has trailing spaces. 75
Error Line is longer than 80 characters. 75
Error '+' is not preceded with whitespace. 75
Error '+' is not followed by whitespace. 75
Error Line has trailing spaces. 76
Error '+' is not preceded with whitespace. 76
Error '+' is not followed by whitespace. 76
Error Line has trailing spaces. 77
Error '+' is not preceded with whitespace. 77
Error '+' is not followed by whitespace. 77
Error '+' is not preceded with whitespace. 77
Error '+' is not followed by whitespace. 77
Error '+' is not preceded with whitespace. 77
Error '+' is not followed by whitespace. 77
Error Line has trailing spaces. 78
Error 'if' is not followed by whitespace. 83
Error '!=' is not preceded with whitespace. 83
Error '!=' is not followed by whitespace. 83
Error '>' is not preceded with whitespace. 83
Error '>' is not followed by whitespace. 83
Error Line is longer than 80 characters. 89
Error Line is longer than 80 characters. 95
Error Line has trailing spaces. 96
Error Line is longer than 80 characters. 97
Error Line is longer than 80 characters. 98
Error Line is longer than 80 characters. 99
Error Line is longer than 80 characters. 100
Error Line is longer than 80 characters. 101
Error '}' should be on the same line. 103
Error Line has trailing spaces. 107
Error 'catch' is not followed by whitespace. 109
Error '+' is not followed by whitespace. 110
Error Line has trailing spaces. 112
Error Line has trailing spaces. 114

org/opensciencegrid/authz/client/SAMLAuthZClientBase.java

ErrorLine
Error Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. 1
Error Line has trailing spaces. 7
Error Line is longer than 80 characters. 17
Error Line is longer than 80 characters. 18
Error Line has trailing spaces. 22
Error Line is longer than 80 characters. 23
Error Line is longer than 80 characters. 24
Error Unused import - java.util.Set. 29
Error Unused import - java.util.StringTokenizer. 31
Error Unused import - java.security.cert.X509Certificate. 34
Error Unused import - javax.security.auth.Subject. 35
Error Unused import - org.opensaml.v1_0_1.XML. 46
Error Unused import - org.opensaml.v1_0_1.QName. 47
Error Unused import - org.opensaml.v1_0_1.SAMLAttributeDesignator. 58
Error Missing a Javadoc comment. 78
Error First sentence should end with a period. 81
Error Line is longer than 80 characters. 82
Error Variable 'log' must be private and have accessor methods. 82
Error First sentence should end with a period. 86
Error Expected an @return tag. 91
Error Line is longer than 80 characters. 91
Error Method 'getSAMLSubjectFromString' is not designed for extension - needs to be abstract, final or empty. 91
Error Parameter subjectName should be final. 91
Error Expected @param tag for 'subjectName'. 91
Error Expected @throws tag for 'SAMLException'. 91
Error 'if' is not followed by whitespace. 93
Error '==' is not preceded with whitespace. 93
Error '==' is not followed by whitespace. 93
Error '==' is not preceded with whitespace. 93
Error '==' is not followed by whitespace. 93
Error Line has trailing spaces. 94
Error Line has trailing spaces. 97
Error '+' is not preceded with whitespace. 98
Error '+' is not followed by whitespace. 98
Error Line has trailing spaces. 99
Error Line contains a tab character. 100
Error Line is longer than 80 characters. 101
Error Line contains a tab character. 101
Error Line contains a tab character. 102
Error Line has trailing spaces. 104
Error Line has trailing spaces. 105
Error Line contains a tab character. 105
Error Line contains a tab character. 106
Error Line contains a tab character. 108
Error Line contains a tab character. 109
Error Line has trailing spaces. 110
Error Line contains a tab character. 110
Error Line has trailing spaces. 111
Error Line contains a tab character. 112
Error Line has trailing spaces. 114
Error Line contains a tab character. 115
Error First sentence should end with a period. 120
Error Expected an @return tag. 129
Error Line is longer than 80 characters. 129
Error Method 'getSAMLSubjectFromGSS' is not designed for extension - needs to be abstract, final or empty. 129
Error Parameter gssContext should be final. 129
Error Expected @param tag for 'gssContext'. 129
Error Expected @throws tag for 'SAMLException'. 129
Error Line has trailing spaces. 131
Error '=' is not preceded with whitespace. 132
Error '=' is not followed by whitespace. 132
Error Line is longer than 80 characters. 134
Error '+' is not preceded with whitespace. 134
Error '+' is not followed by whitespace. 134
Error Line has trailing spaces. 135
Error Line contains a tab character. 136
Error Line is longer than 80 characters. 137
Error Line contains a tab character. 137
Error Line contains a tab character. 138
Error Line has trailing spaces. 140
Error Line has trailing spaces. 141
Error Line contains a tab character. 141
Error Line contains a tab character. 142
Error Line is longer than 80 characters. 144
Error Line has trailing spaces. 146
Error Line is longer than 80 characters. 146
Error Line has trailing spaces. 147
Error Line has trailing spaces. 149
Error Line contains a tab character. 150
Error Line contains a tab character. 151
Error Line has trailing spaces. 152
Error Line contains a tab character. 152
Error Line has trailing spaces. 153
Error Line contains a tab character. 154
Error Line has trailing spaces. 156
Error Line contains a tab character. 157
Error Line has trailing spaces. 161
Error First sentence should end with a period. 162
Error Line is longer than 80 characters. 163
Error Expected an @return tag. 166
Error Method 'createMappingActions' is not designed for extension - needs to be abstract, final or empty. 166
Error Expected @throws tag for 'SAMLException'. 166
Error '{' is not preceded with whitespace. 166
Error Line is longer than 80 characters. 169
Error Line has trailing spaces. 170
Error Line contains a tab character. 170
Error Line contains a tab character. 171
Error Line has trailing spaces. 172
Error Line contains a tab character. 172
Error Line is longer than 80 characters. 173
Error Line contains a tab character. 173
Error Line contains a tab character. 174
Error Line has trailing spaces. 181
Error Line contains a tab character. 181
Error Line has trailing spaces. 184
Error Line is longer than 80 characters. 184
Error Line has trailing spaces. 185
Error Expected an @return tag. 188
Error Line has trailing spaces. 188
Error Line is longer than 80 characters. 188
Error Method 'createFQANEvidenceFromString' is not designed for extension - needs to be abstract, final or empty. 188
Error Parameter samlSubject should be final. 188
Error Expected @param tag for 'samlSubject'. 188
Error Parameter fqanIssuer should be final. 188
Error Expected @param tag for 'fqanIssuer'. 188
Error Parameter fqan should be final. 188
Error Expected @param tag for 'fqan'. 188
Error Expected @throws tag for 'SAMLException'. 189
Error Expected @throws tag for 'CloneNotSupportedException'. 189
Error Line has trailing spaces. 192
Error Line is longer than 80 characters. 193
Error Line is longer than 80 characters. 194
Error 'if' is not followed by whitespace. 194
Error '!=' is not preceded with whitespace. 194
Error '!=' is not followed by whitespace. 194
Error '!=' is not preceded with whitespace. 194
Error '!=' is not followed by whitespace. 194
Error '!=' is not preceded with whitespace. 194
Error '!=' is not followed by whitespace. 194
Error '!=' is not preceded with whitespace. 194
Error '!=' is not followed by whitespace. 194
Error Line has trailing spaces. 197
Error Line is longer than 80 characters. 198
Error '+' is not preceded with whitespace. 198
Error '+' is not followed by whitespace. 198
Error '+' is not preceded with whitespace. 198
Error '+' is not preceded with whitespace. 198
Error '+' is not followed by whitespace. 198
Error Line is longer than 80 characters. 203
Error ',' is not followed by whitespace. 203
Error Line is longer than 80 characters. 208
Error 'cast' is not followed by whitespace. 208
Error Line is longer than 80 characters. 213
Error '}' should be on the same line. 216
Error Line is longer than 80 characters. 218
Error Line has trailing spaces. 220
Error Line has trailing spaces. 231
Error Expected an @return tag. 235
Error Method 'createFQANEvidenceFromGSS' is not designed for extension - needs to be abstract, final or empty. 235
Error Parameter gssContext should be final. 235
Error Expected @param tag for 'gssContext'. 235
Error Line has trailing spaces. 241
Error Line is longer than 80 characters. 248
Error Line has trailing spaces. 249
Error Expected an @return tag. 253
Error Line has trailing spaces. 253
Error Line is longer than 80 characters. 253
Error Method 'queryAuthZService' is not designed for extension - needs to be abstract, final or empty. 253
Error '(' is followed by whitespace. 253
Error Parameter samlSubject should be final. 253
Error Expected @param tag for 'samlSubject'. 253
Error Line is longer than 80 characters. 254
Error Line contains a tab character. 254
Error Parameter samlEvidence should be final. 254
Error Expected @param tag for 'samlEvidence'. 254
Error Line is longer than 80 characters. 255
Error Line contains a tab character. 255
Error Parameter samlActions should be final. 255
Error Expected @param tag for 'samlActions'. 255
Error Line is longer than 80 characters. 256
Error Line contains a tab character. 256
Error Parameter requestedServiceName should be final. 256
Error Expected @param tag for 'requestedServiceName'. 256
Error Line has trailing spaces. 257
Error Parameter contact should be final. 257
Error Expected @param tag for 'contact'. 257
Error Line is longer than 80 characters. 258
Error Expected @throws tag for 'SAMLException'. 258
Error Redundant throws: 'SAMLException' is subclass of 'java.lang.Exception'. 258
Error Expected @throws tag for 'javax.xml.rpc.ServiceException'. 258
Error Redundant throws: 'javax.xml.rpc.ServiceException' is subclass of 'java.lang.Exception'. 258
Error Expected @throws tag for 'java.rmi.RemoteException'. 258
Error Redundant throws: 'java.rmi.RemoteException' is subclass of 'java.lang.Exception'. 258
Error Expected @throws tag for 'java.lang.Exception'. 258
Error Line has trailing spaces. 259
Error Line has trailing spaces. 266
Error Line contains a tab character. 266
Error Line has trailing spaces. 268
Error Line has trailing spaces. 269
Error Line contains a tab character. 270
Error Line is longer than 80 characters. 271
Error Line contains a tab character. 271
Error Line contains a tab character. 274
Error Line is longer than 80 characters. 275
Error Line is longer than 80 characters. 279
Error '(' is followed by whitespace. 279
Error Line is longer than 80 characters. 280
Error '(' is followed by whitespace. 280
Error Line is longer than 80 characters. 282
Error Line contains a tab character. 283
Error Line contains a tab character. 284
Error Line contains a tab character. 287
Error Line contains a tab character. 288
Error 'cast' is not followed by whitespace. 288
Error Line contains a tab character. 290
Error Line has trailing spaces. 291
Error Line contains a tab character. 291
Error Line is longer than 80 characters. 292
Error Line has trailing spaces. 293
Error '+' is not preceded with whitespace. 294
Error '+' is not followed by whitespace. 294
Error '+' is not preceded with whitespace. 294
Error '+' is not followed by whitespace. 294
Error '+' is not preceded with whitespace. 294
Error '+' is not followed by whitespace. 294
Error Line has trailing spaces. 297
Error Line contains a tab character. 297
Error Line is longer than 80 characters. 298
Error Line contains a tab character. 298
Error Line is longer than 80 characters. 300
Error Line is longer than 80 characters. 303
Error Line is longer than 80 characters. 304
Error Line has trailing spaces. 306
Error Line has trailing spaces. 307
Error Line contains a tab character. 307
Error Line has trailing spaces. 308
Error Line has trailing spaces. 309
Error Line contains a tab character. 309
Error Line is longer than 80 characters. 310
Error Line contains a tab character. 312
Error Line contains a tab character. 314
Error Line is longer than 80 characters. 315
Error Line contains a tab character. 315
Error Line contains a tab character. 319
Error Line contains a tab character. 323
Error Line contains a tab character. 324
Error Line has trailing spaces. 325
Error Line contains a tab character. 325
Error '||' should be on a new line. 325
Error Line contains a tab character. 326
Error Line is longer than 80 characters. 327
Error Line contains a tab character. 327
Error Line contains a tab character. 329
Error '+' is not preceded with whitespace. 331
Error '+' is not followed by whitespace. 331
Error Line is longer than 80 characters. 334
Error Line contains a tab character. 336
Error Line has trailing spaces. 337
Error Line contains a tab character. 337
Error Line contains a tab character. 339
Error Line contains a tab character. 340
Error 'cast' is not followed by whitespace. 341
Error Line has trailing spaces. 342
Error Line contains a tab character. 344
Error Line contains a tab character. 345
Error Line contains a tab character. 346
Error Line has trailing spaces. 347
Error Line has trailing spaces. 348
Error Line contains a tab character. 348
Error Line has trailing spaces. 350
Error Line contains a tab character. 350
Error Line contains a tab character. 351
Error ')' is preceded with whitespace. 351
Error Line is longer than 80 characters. 352
Error Line contains a tab character. 352
Error Line has trailing spaces. 354
Error Line contains a tab character. 354
Error '}' should be on the same line. 354
Error Line has trailing spaces. 356
Error Line is longer than 80 characters. 356
Error Line contains a tab character. 357
Error Line contains a tab character. 358
Error '}' should be on the same line. 358
Error Line has trailing spaces. 360
Error Line contains a tab character. 361
Error Line has trailing spaces. 362
Error Line contains a tab character. 363
Error '}' should be on the same line. 363
Error Line has trailing spaces. 369
Error Line contains a tab character. 369
Error Line is longer than 80 characters. 374
Error Line has trailing spaces. 380
Error Line is longer than 80 characters. 382
Error Line has trailing spaces. 383
Error Line is longer than 80 characters. 386
Error Line is longer than 80 characters. 387
Error Line is longer than 80 characters. 389
Error Expected an @return tag. 392
Error Line has trailing spaces. 392
Error Line is longer than 80 characters. 392
Error Method 'processAuthzStmt' is not designed for extension - needs to be abstract, final or empty. 392
Error Method length is 164 lines (max allowed is 150). 392
Error Parameter stmt should be final. 392
Error Expected @param tag for 'stmt'. 392
Error Parameter resource should be final. 392
Error Expected @param tag for 'resource'. 392
Error Line is longer than 80 characters. 393
Error Line contains a tab character. 393
Error Parameter actions should be final. 393
Error Expected @param tag for 'actions'. 393
Error Parameter samlSubject should be final. 393
Error Expected @param tag for 'samlSubject'. 393
Error Line has trailing spaces. 394
Error Line contains a tab character. 394
Error Line is longer than 80 characters. 396
Error Line has trailing spaces. 399
Error Line contains a tab character. 399
Error Line contains a tab character. 400
Error '&&' should be on a new line. 400
Error Line contains a tab character. 401
Error Line contains a tab character. 402
Error Line has trailing spaces. 403
Error Line contains a tab character. 403
Error Line contains a tab character. 405
Error Line is longer than 80 characters. 406
Error Line contains a tab character. 406
Error Line has trailing spaces. 407
Error Line contains a tab character. 410
Error Line is longer than 80 characters. 413
Error '+' is not followed by whitespace. 413
Error '=' is not preceded with whitespace. 415
Error '=' is not followed by whitespace. 415
Error 'for' is not followed by whitespace. 416
Error '=' is not preceded with whitespace. 416
Error '=' is not followed by whitespace. 416
Error '<' is not preceded with whitespace. 416
Error '<' is not followed by whitespace. 416
Error 'for' is not followed by whitespace. 420
Error '=' is not preceded with whitespace. 420
Error '=' is not followed by whitespace. 420
Error ';' is not followed by whitespace. 420
Error '<' is not preceded with whitespace. 420
Error '<' is not followed by whitespace. 420
Error ';' is not followed by whitespace. 420
Error '{' is not preceded with whitespace. 420
Error 'if' is not followed by whitespace. 421
Error 'cast' is not followed by whitespace. 421
Error Line is longer than 80 characters. 422
Error 'cast' is not followed by whitespace. 422
Error 'if' construct must use '{}'s. 427
Error Line is longer than 80 characters. 427
Error 'if' is not followed by whitespace. 427
Error '!=' is not preceded with whitespace. 427
Error '!=' is not followed by whitespace. 427
Error Line has trailing spaces. 429
Error Line has trailing spaces. 430
Error 'if' is not followed by whitespace. 430
Error '==' is not preceded with whitespace. 430
Error '==' is not followed by whitespace. 430
Error Line is longer than 80 characters. 432
Error Line is longer than 80 characters. 433
Error Line is longer than 80 characters. 436
Error Line has trailing spaces. 437
Error Line has trailing spaces. 439
Error Line contains a tab character. 439
Error Line contains a tab character. 440
Error Line is longer than 80 characters. 441
Error '+' is not preceded with whitespace. 441
Error '+' is not followed by whitespace. 441
Error Line is longer than 80 characters. 442
Error '+' is not preceded with whitespace. 442
Error '+' is not followed by whitespace. 442
Error 'if' construct must use '{}'s. 443
Error Line is longer than 80 characters. 443
Error 'if' is not followed by whitespace. 443
Error 'else' construct must use '{}'s. 445
Error Line is longer than 80 characters. 447
Error '+' is not preceded with whitespace. 447
Error '+' is not followed by whitespace. 447
Error Line is longer than 80 characters. 448
Error '+' is not preceded with whitespace. 448
Error '+' is not followed by whitespace. 448
Error 'if' construct must use '{}'s. 449
Error Line is longer than 80 characters. 449
Error 'if' is not followed by whitespace. 449
Error 'else' construct must use '{}'s. 451
Error Line is longer than 80 characters. 453
Error '+' is not preceded with whitespace. 453
Error '+' is not followed by whitespace. 453
Error Line is longer than 80 characters. 454
Error '+' is not preceded with whitespace. 454
Error '+' is not followed by whitespace. 454
Error 'if' construct must use '{}'s. 455
Error Line is longer than 80 characters. 455
Error 'if' is not followed by whitespace. 455
Error 'else' construct must use '{}'s. 457
Error Line contains a tab character. 460
Error Line has trailing spaces. 462
Error 'if' is not followed by whitespace. 463
Error Line has trailing spaces. 466
Error 'if' is not followed by whitespace. 469
Error Line has trailing spaces. 471
Error Line is longer than 80 characters. 472
Error Line has trailing spaces. 473
Error Line has trailing spaces. 476
Error Line has trailing spaces. 477
Error Line is longer than 80 characters. 477
Error 'if' is not followed by whitespace. 477
Error ')' is preceded with whitespace. 478
Error Line has trailing spaces. 479
Error 'if' construct must use '{}'s. 480
Error Line has trailing spaces. 480
Error 'if' is not followed by whitespace. 480
Error '!=' is not followed by whitespace. 480
Error Line is longer than 80 characters. 481
Error Line is longer than 80 characters. 482
Error 'if' is not followed by whitespace. 482
Error Line is longer than 80 characters. 483
Error ')' is preceded with whitespace. 483
Error Line has trailing spaces. 486
Error Line is longer than 80 characters. 486
Error Line has trailing spaces. 489
Error '}' should be on the same line. 489
Error Line has trailing spaces. 490
Error Line is longer than 80 characters. 490
Error 'if' is not followed by whitespace. 490
Error ')' is preceded with whitespace. 491
Error Line has trailing spaces. 492
Error 'if' construct must use '{}'s. 493
Error Line has trailing spaces. 493
Error 'if' is not followed by whitespace. 493
Error '!=' is not followed by whitespace. 493
Error Line is longer than 80 characters. 494
Error Line is longer than 80 characters. 495
Error 'if' is not followed by whitespace. 495
Error Line is longer than 80 characters. 496
Error ')' is preceded with whitespace. 496
Error Line has trailing spaces. 499
Error Line is longer than 80 characters. 499
Error Line has trailing spaces. 502
Error '}' should be on the same line. 502
Error Line has trailing spaces. 503
Error Line is longer than 80 characters. 503
Error 'if' is not followed by whitespace. 503
Error ')' is preceded with whitespace. 504
Error Line has trailing spaces. 505
Error Line is longer than 80 characters. 505
Error 'if' construct must use '{}'s. 506
Error Line has trailing spaces. 506
Error 'if' is not followed by whitespace. 506
Error '!=' is not followed by whitespace. 506
Error Line is longer than 80 characters. 507
Error Line is longer than 80 characters. 508
Error 'if' is not followed by whitespace. 508
Error Line is longer than 80 characters. 509
Error ')' is preceded with whitespace. 509
Error Line is longer than 80 characters. 510
Error Line is longer than 80 characters. 511
Error Line has trailing spaces. 513
Error Line is longer than 80 characters. 513
Error Line has trailing spaces. 516
Error '}' should be on the same line. 516
Error Line has trailing spaces. 517
Error Line is longer than 80 characters. 517
Error 'if' is not followed by whitespace. 517
Error ')' is preceded with whitespace. 518
Error Line has trailing spaces. 519
Error 'if' construct must use '{}'s. 520
Error Line has trailing spaces. 520
Error 'if' is not followed by whitespace. 520
Error '!=' is not followed by whitespace. 520
Error Line is longer than 80 characters. 521
Error Line is longer than 80 characters. 522
Error 'if' is not followed by whitespace. 522
Error Line is longer than 80 characters. 523
Error ')' is preceded with whitespace. 523
Error Line has trailing spaces. 526
Error Line is longer than 80 characters. 526
Error Line has trailing spaces. 529
Error '}' should be on the same line. 529
Error Line has trailing spaces. 530
Error Line is longer than 80 characters. 530
Error Line contains a tab character. 530
Error 'if' is not followed by whitespace. 530
Error ')' is preceded with whitespace. 531
Error Line has trailing spaces. 532
Error Line is longer than 80 characters. 532
Error 'if' construct must use '{}'s. 533
Error Line has trailing spaces. 533
Error 'if' is not followed by whitespace. 533
Error '!=' is not followed by whitespace. 533
Error Line is longer than 80 characters. 534
Error Line is longer than 80 characters. 535
Error 'if' is not followed by whitespace. 535
Error Line is longer than 80 characters. 536
Error ')' is preceded with whitespace. 536
Error Line has trailing spaces. 539
Error Line is longer than 80 characters. 539
Error Line has trailing spaces. 542
Error '}' should be on the same line. 542
Error Line has trailing spaces. 547
Error Line has trailing spaces. 548
Error Line has trailing spaces. 549
Error Method 'getGlobusCredentials' is not designed for extension - needs to be abstract, final or empty. 567
Error Line is longer than 80 characters. 575
Error Method 'setGlobusCredentials' is not designed for extension - needs to be abstract, final or empty. 575
Error Parameter globusCredentials should be final. 575
Error 'globusCredentials' hides a field. 575

org/opensciencegrid/authz/client/package.html

ErrorLine
Error Missing package documentation file.0

org/opensciencegrid/authz/common/GridId.java

ErrorLine
Error Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. 1
Error Line is longer than 80 characters. 10
Error Missing a Javadoc comment. 18
Error Missing a Javadoc comment. 19
Error Missing a Javadoc comment. 20
Error Missing a Javadoc comment. 21
Error Line is longer than 80 characters. 25
Error Method 'getHostDN' is not designed for extension - needs to be abstract, final or empty. 27
Error Line is longer than 80 characters. 34
Error Unused @param tag for 'host'. 34
Error Method 'setHostDN' is not designed for extension - needs to be abstract, final or empty. 36
Error Parameter hostDN should be final. 36
Error 'hostDN' hides a field. 36
Error Expected @param tag for 'hostDN'. 36
Error Line is longer than 80 characters. 43
Error Method 'getUserDN' is not designed for extension - needs to be abstract, final or empty. 45
Error Line is longer than 80 characters. 52
Error Method 'setUserDN' is not designed for extension - needs to be abstract, final or empty. 54
Error Parameter userDN should be final. 54
Error 'userDN' hides a field. 54
Error Line is longer than 80 characters. 60
Error Method 'getUserFQAN' is not designed for extension - needs to be abstract, final or empty. 63
Error Line is longer than 80 characters. 69
Error Method 'setUserFQAN' is not designed for extension - needs to be abstract, final or empty. 72
Error Parameter userFQAN should be final. 72
Error 'userFQAN' hides a field. 72
Error Method 'getUserFQANIssuer' is not designed for extension - needs to be abstract, final or empty. 81
Error Method 'setUserFQANIssuer' is not designed for extension - needs to be abstract, final or empty. 90
Error Parameter userFQANIssuer should be final. 90
Error 'userFQANIssuer' hides a field. 90
Error First sentence should end with a period. 96
Error Line has trailing spaces. 96
Error Expected an @return tag. 99
Error Method 'toString' is not designed for extension - needs to be abstract, final or empty. 99
Error '+' is not preceded with whitespace. 100
Error '+' is not followed by whitespace. 100
Error '+' is not followed by whitespace. 101
Error '+' is not preceded with whitespace. 101
Error '+' is not followed by whitespace. 101
Error '+' is not followed by whitespace. 102
Error '+' is not preceded with whitespace. 102
Error '+' is not followed by whitespace. 102
Error '+' is not followed by whitespace. 103
Error '+' is not preceded with whitespace. 103
Error '+' is not followed by whitespace. 103
Error Line has trailing spaces. 105
Error Line has trailing spaces. 106

org/opensciencegrid/authz/common/LocalId.java

ErrorLine
Error Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. 1
Error Missing a Javadoc comment. 16
Error Missing a Javadoc comment. 17
Error Missing a Javadoc comment. 18
Error Missing a Javadoc comment. 19
Error Missing a Javadoc comment. 20
Error Missing a Javadoc comment. 22
Error Line is longer than 80 characters. 25
Error Missing a Javadoc comment. 25
Error Parameter userName should be final. 25
Error 'userName' hides a field. 25
Error Parameter groupName should be final. 25
Error 'groupName' hides a field. 25
Error Parameter supplementalGroupNames should be final. 25
Error 'supplementalGroupNames' hides a field. 25
Error Parameter rootPath should be final. 26
Error 'rootPath' hides a field. 26
Error Parameter relHomePath should be final. 26
Error 'relHomePath' hides a field. 26
Error 'if' is not followed by whitespace. 30
Error 'for' construct must use '{}'s. 32
Error 'for' is not followed by whitespace. 32
Error '=' is not preceded with whitespace. 32
Error '=' is not followed by whitespace. 32
Error Method 'getUserName' is not designed for extension - needs to be abstract, final or empty. 47
Error Unused @param tag for 'username'. 54
Error Method 'setUserName' is not designed for extension - needs to be abstract, final or empty. 56
Error Parameter userName should be final. 56
Error 'userName' hides a field. 56
Error Expected @param tag for 'userName'. 56
Error Method 'getGroupName' is not designed for extension - needs to be abstract, final or empty. 65
Error Unused @param tag for 'group'. 72
Error Method 'setGroupName' is not designed for extension - needs to be abstract, final or empty. 75
Error Parameter g should be final. 75
Error Expected @param tag for 'g'. 75
Error Method 'getSupplementalGroupNames' is not designed for extension - needs to be abstract, final or empty. 84
Error Unused @param tag for 'supplementalGroups'. 91
Error Method 'setSupplementalGroupNames' is not designed for extension - needs to be abstract, final or empty. 93
Error Parameter sg should be final. 93
Error Expected @param tag for 'sg'. 93
Error 'for' construct must use '{}'s. 95
Error 'for' is not followed by whitespace. 95
Error '=' is not preceded with whitespace. 95
Error '=' is not followed by whitespace. 95
Error Line has trailing spaces. 97
Error Method 'getRootPath' is not designed for extension - needs to be abstract, final or empty. 104
Error Method 'setRootPath' is not designed for extension - needs to be abstract, final or empty. 113
Error Parameter rootPath should be final. 113
Error 'rootPath' hides a field. 113
Error Method 'getRelativeHomePath' is not designed for extension - needs to be abstract, final or empty. 122
Error Method 'setRelativeHomePath' is not designed for extension - needs to be abstract, final or empty. 131
Error Parameter relHomePath should be final. 131
Error 'relHomePath' hides a field. 131
Error Method 'toString' is not designed for extension - needs to be abstract, final or empty. 136
Error Missing a Javadoc comment. 136
Error 'if' construct must use '{}'s. 143
Error '8' is a magic number. 143
Error 'if' construct must use '{}'s. 148
Error '8' is a magic number. 148
Error 'if' construct must use '{}'s. 153
Error '8' is a magic number. 153
Error Line has trailing spaces. 160
Error Line has trailing spaces. 161

org/opensciencegrid/authz/common/OSGAuthorizationConstants.java

ErrorLine
Error Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. 1
Error Line has trailing spaces. 8
Error Missing a Javadoc comment. 16
Error Line has trailing spaces. 19
Error Missing a Javadoc comment. 20
Error 'public' modifier out of order with the JLS suggestions. 20
Error Missing a Javadoc comment. 24
Error 'public' modifier out of order with the JLS suggestions. 24
Error Line is longer than 80 characters. 28
Error Line is longer than 80 characters. 29
Error Missing a Javadoc comment. 29
Error 'public' modifier out of order with the JLS suggestions. 29
Error Line is longer than 80 characters. 30
Error Missing a Javadoc comment. 30
Error 'public' modifier out of order with the JLS suggestions. 30
Error Line is longer than 80 characters. 31
Error Line is longer than 80 characters. 32
Error Missing a Javadoc comment. 32
Error 'public' modifier out of order with the JLS suggestions. 32
Error Line is longer than 80 characters. 33
Error Missing a Javadoc comment. 33
Error 'public' modifier out of order with the JLS suggestions. 33
Error Line is longer than 80 characters. 34
Error Line is longer than 80 characters. 36
Error Missing a Javadoc comment. 36
Error 'public' modifier out of order with the JLS suggestions. 36
Error Line is longer than 80 characters. 37
Error Missing a Javadoc comment. 37
Error 'public' modifier out of order with the JLS suggestions. 37
Error Line is longer than 80 characters. 38
Error Line is longer than 80 characters. 39
Error Missing a Javadoc comment. 39
Error 'public' modifier out of order with the JLS suggestions. 39
Error Line is longer than 80 characters. 40
Error Missing a Javadoc comment. 40
Error 'public' modifier out of order with the JLS suggestions. 40
Error Line is longer than 80 characters. 41
Error Line is longer than 80 characters. 42
Error Missing a Javadoc comment. 42
Error 'public' modifier out of order with the JLS suggestions. 42
Error Line is longer than 80 characters. 43
Error Missing a Javadoc comment. 43
Error 'public' modifier out of order with the JLS suggestions. 43
Error Line is longer than 80 characters. 45
Error Missing a Javadoc comment. 45
Error 'public' modifier out of order with the JLS suggestions. 45
Error Line has trailing spaces. 50
Error Line has trailing spaces. 51
Error Missing a Javadoc comment. 51
Error Name 'AUTHZDECISIONSTATEMENT' must match pattern '^[a-z][a-zA-Z0-9]*$'. 51
Error Variable 'AUTHZDECISIONSTATEMENT' must be private and have accessor methods. 51
Error Line is longer than 80 characters. 52
Error ',' is not followed by whitespace. 52
Error Line has trailing spaces. 54
Error Missing a Javadoc comment. 54
Error Name 'OBLIGATEDAUTHZDECISIONSTATEMENT' must match pattern '^[a-z][a-zA-Z0-9]*$'. 54
Error Variable 'OBLIGATEDAUTHZDECISIONSTATEMENT' must be private and have accessor methods. 54
Error Line is longer than 80 characters. 55
Error ',' is not followed by whitespace. 55

org/opensciencegrid/authz/common/package.html

ErrorLine
Error Missing package documentation file.0

org/opensciencegrid/authz/saml/OSGXML.java

ErrorLine
Error Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. 1
Error First sentence should end with a period. 5
Error '{' should be on the previous line. 12
Error First sentence should end with a period. 14
Error Line is longer than 80 characters. 15
Error 'static' modifier out of order with the JLS suggestions. 15

org/opensciencegrid/authz/saml/ObligatedAuthorizationDecisionStatement.java

ErrorLine
Error Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. 1
Error Using the '.*' form of import should be avoided - org.w3c.dom.*. 119
Error Using the '.*' form of import should be avoided - org.opensaml.v1_0_1.*. 123
Error Line is longer than 80 characters. 149
Error Line is longer than 80 characters. 151
Error First sentence should end with a period. 155
Error Line is longer than 80 characters. 155
Error Line is longer than 80 characters. 161
Error Missing a Javadoc comment. 161
Error Variable 'log' must be private and have accessor methods. 161
Error First sentence should end with a period. 167
Error Line is longer than 80 characters. 169
Error Line is longer than 80 characters. 183
Error Parameter subject should be final. 193
Error Parameter resource should be final. 195
Error Parameter decision should be final. 195
Error Expected @param tag for 'decision'. 195
Error Parameter actions should be final. 197
Error Parameter evidence should be final. 199
Error Parameter xacmlObligations should be final. 201
Error 'xacmlObligations' hides a field. 201
Error Line has trailing spaces. 205
Error Line is longer than 80 characters. 217
Error Line is longer than 80 characters. 225
Error First sentence should end with a period. 231
Error Parameter e should be final. 243
Error '{' should be on the previous line. 247
Error Line is longer than 80 characters. 251
Error First sentence should end with a period. 261
Error Line is longer than 80 characters. 269
Error Parameter in should be final. 275
Error '{' should be on the previous line. 279
Error Line is longer than 80 characters. 283
Error Line is longer than 80 characters. 309
Error Method 'fromDOM' is not designed for extension - needs to be abstract, final or empty. 315
Error Parameter e should be final. 315
Error '{' should be on the previous line. 319
Error Line has trailing spaces. 327
Error '&&' should be on a new line. 327
Error Line is longer than 80 characters. 329
Error ',' is not followed by whitespace. 329
Error ',' is not followed by whitespace. 329
Error '{' should be on the previous line. 331
Error 'if' construct must use '{}'s. 335
Error Line is longer than 80 characters. 335
Error ',' is not followed by whitespace. 335
Error ',' is not followed by whitespace. 335
Error ',' is not followed by whitespace. 335
Error ',' is not followed by whitespace. 335
Error '||' should be on a new line. 335
Error Line is longer than 80 characters. 337
Error Line is longer than 80 characters. 339
Error '+' is not preceded with whitespace. 339
Error '+' is not followed by whitespace. 339
Error '+' is not preceded with whitespace. 339
Error '+' is not followed by whitespace. 339
Error '{' should be on the previous line. 353
Error Line is longer than 80 characters. 355
Error 'cast' is not followed by whitespace. 355
Error Line is longer than 80 characters. 357
Error 'if' is not followed by whitespace. 359
Error '(' is followed by whitespace. 365
Error 'cast' is not followed by whitespace. 365
Error First sentence should end with a period. 379
Error Method 'getXACMLObligations' is not designed for extension - needs to be abstract, final or empty. 389
Error 'if' construct must use '{}'s. 393
Error Line has trailing spaces. 393
Error 'if' is not followed by whitespace. 393
Error '==' is not preceded with whitespace. 393
Error '==' is not followed by whitespace. 393
Error 'else' construct must use '{}'s. 397
Error Line has trailing spaces. 409
Error Line has trailing spaces. 419
Error Line has trailing spaces. 423
Error Line is longer than 80 characters. 423
Error Line has trailing spaces. 425
Error Line is longer than 80 characters. 425
Error Line is longer than 80 characters. 429
Error Unclosed HTML tag found: <saml:Statement xsi:type="osg-saml:ObligatedAuthorizationDec 429
Error Line contains a tab character. 429
Error Method 'toDOM' is not designed for extension - needs to be abstract, final or empty. 441
Error Parameter doc should be final. 441
Error Parameter xmlns should be final. 441
Error Expected @throws tag for 'SAMLException'. 441
Error Line is longer than 80 characters. 445
Error Line is longer than 80 characters. 449
Error Line is longer than 80 characters. 457
Error Line is longer than 80 characters. 459
Error Line has trailing spaces. 473
Error 'while' construct must use '{}'s. 477
Error 'cast' is not followed by whitespace. 479
Error Line has trailing spaces. 481
Error 'if' construct must use '{}'s. 489
Error 'cast' is not followed by whitespace. 491
Error 'if' construct must use '{}'s. 493
Error Line is longer than 80 characters. 495
Error ',' is not followed by whitespace. 495
Error 'cast' is not followed by whitespace. 495
Error 'while' construct must use '{}'s. 505
Error 'cast' is not followed by whitespace. 507
Error Line has trailing spaces. 509

org/opensciencegrid/authz/saml/SAMLExtensionInit.java

ErrorLine
Error Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. 1
Error First sentence should end with a period. 13
Error Utility classes should not have a public or default constructor. 35
Error '{' should be on the previous line. 37
Error Missing a Javadoc comment. 39
Error First sentence should end with a period. 43
Error Line has trailing spaces. 45
Error '{' should be on the previous line. 55
Error 'if' construct must use '{}'s. 57
Error Line is longer than 80 characters. 63
Error Line has trailing spaces. 65
Error Line is longer than 80 characters. 65
Error Line has trailing spaces. 67
Error Line is longer than 80 characters. 67
Error Line is longer than 80 characters. 69

org/opensciencegrid/authz/saml/SAMLUtil.java

ErrorLine
Error Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. 1
Error First sentence should end with a period. 13
Error Utility classes should not have a public or default constructor. 33
Error '{' should be on the previous line. 35
Error First sentence should end with a period. 39
Error Expected an @return tag. 49
Error Parameter s1 should be final. 49
Error Expected @param tag for 's1'. 49
Error Parameter s2 should be final. 49
Error Expected @param tag for 's2'. 49
Error 'if' construct must use '{}'s. 53
Error 'if' is not followed by whitespace. 53
Error 'if' construct must use '{}'s. 55
Error Line is longer than 80 characters. 55
Error 'if' is not followed by whitespace. 55
Error 'if' construct must use '{}'s. 57
Error 'if' is not followed by whitespace. 57
Error Line has trailing spaces. 71
Error Line has trailing spaces. 75
Error Expected an @return tag. 83
Error Parameter s1 should be final. 83
Error Expected @param tag for 's1'. 83
Error Parameter s2 should be final. 83
Error Expected @param tag for 's2'. 83
Error 'if' construct must use '{}'s. 87
Error 'if' is not followed by whitespace. 87
Error 'if' construct must use '{}'s. 89
Error 'if' is not followed by whitespace. 89

org/opensciencegrid/authz/saml/XACMLObligation.java

ErrorLine
Error Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. 1
Error Unused import - java.io.IOException. 103
Error Unused import - java.lang.reflect.Constructor. 107
Error Unused import - java.util.Collection. 109
Error Unused import - java.util.Hashtable. 111
Error Unused import - java.util.Iterator. 113
Error Unused import - java.util.ArrayList. 115
Error Unused import - org.apache.log4j.NDC. 121
Error Using the '.*' form of import should be avoided - org.w3c.dom.*. 123
Error Using the '.*' form of import should be avoided - org.opensaml.v1_0_1.*. 127
Error Line has trailing spaces. 135
Error Line has trailing spaces. 139
Error '{' should be on the previous line. 161
Error First sentence should end with a period. 165
Error Variable 'obligationId' must be private and have accessor methods. 167
Error First sentence should end with a period. 171
Error Variable 'fullfillOn' must be private and have accessor methods. 173
Error First sentence should end with a period. 177
Error Variable 'attributeId' must be private and have accessor methods. 179
Error First sentence should end with a period. 183
Error Variable 'datatype' must be private and have accessor methods. 185
Error First sentence should end with a period. 189
Error Variable 'value' must be private and have accessor methods. 191
Error First sentence should end with a period. 195
Error Variable 'log' must be private and have accessor methods. 197
Error First sentence should end with a period. 201
Error Unused @param tag for 'dataype'. 213
Error Line is longer than 80 characters. 225
Error Parameter obligationId should be final. 225
Error 'obligationId' hides a field. 225
Error Parameter fullfillOn should be final. 225
Error 'fullfillOn' hides a field. 225
Error Parameter attributeId should be final. 225
Error 'attributeId' hides a field. 225
Error Parameter datatype should be final. 225
Error 'datatype' hides a field. 225
Error Expected @param tag for 'datatype'. 225
Error Parameter value should be final. 225
Error 'value' hides a field. 225
Error '{' should be on the previous line. 229
Error 'if' construct must use '{}'s. 231
Error ')' is preceded with whitespace. 231
Error Line is longer than 80 characters. 233
Error 'if' construct must use '{}'s. 235
Error '==' is not followed by whitespace. 235
Error ')' is preceded with whitespace. 235
Error Line is longer than 80 characters. 237
Error 'if' construct must use '{}'s. 239
Error Line is longer than 80 characters. 239
Error Line is longer than 80 characters. 241
Error Line has trailing spaces. 261
Error First sentence should end with a period. 263
Error First sentence should end with a period. 275
Error Parameter e should be final. 289
Error '{' should be on the previous line. 293
Error First sentence should end with a period. 303
Error Line is longer than 80 characters. 311
Error Parameter in should be final. 317
Error '{' should be on the previous line. 321
Error Line is longer than 80 characters. 339
Error Method 'fromDOM' is not designed for extension - needs to be abstract, final or empty. 345
Error Parameter e should be final. 345
Error '{' should be on the previous line. 349
Error '&&' should be on a new line. 357
Error ',' is not followed by whitespace. 359
Error ',' is not followed by whitespace. 359
Error '{' should be on the previous line. 361
Error Line is longer than 80 characters. 363
Error Line is longer than 80 characters. 365
Error '+' is not followed by whitespace. 365
Error '+' is not preceded with whitespace. 365
Error '+' is not followed by whitespace. 365
Error Line is longer than 80 characters. 381
Error '{' should be on the previous line. 387
Error '{' should be on the previous line. 391
Error Line is longer than 80 characters. 393
Error Line is longer than 80 characters. 397
Error Line is longer than 80 characters. 401
Error Line is longer than 80 characters. 407
Error Line has trailing spaces. 411
Error Line is longer than 80 characters. 415
Error '+' is not preceded with whitespace. 415
Error '+' is not preceded with whitespace. 417
Error '+' is not followed by whitespace. 417
Error '+' is not preceded with whitespace. 417
Error '+' is not preceded with whitespace. 419
Error '+' is not followed by whitespace. 419
Error First sentence should end with a period. 427
Error Method 'toDOM' is not designed for extension - needs to be abstract, final or empty. 439
Error Parameter doc should be final. 439
Error Expected @throws tag for 'SAMLException'. 439
Error '{' should be on the previous line. 441
Error 'if' construct must use '{}'s. 443
Error Line is longer than 80 characters. 449
Error ',' is not followed by whitespace. 449
Error Line is longer than 80 characters. 451
Error Line contains a tab character. 453
Error ',' is not followed by whitespace. 453
Error ',' is not followed by whitespace. 455
Error Line is longer than 80 characters. 459
Error ',' is not followed by whitespace. 459
Error Line is longer than 80 characters. 461
Error ',' is not followed by whitespace. 463
Error ',' is not followed by whitespace. 465
Error First sentence should end with a period. 483
Error Line is longer than 80 characters. 485
Error Method 'clone' is not designed for extension - needs to be abstract, final or empty. 497
Error Expected @throws tag for 'CloneNotSupportedException'. 499
Error '{' should be on the previous line. 501
Error Line is longer than 80 characters. 505
Error '=' is not preceded with whitespace. 505
Error '=' is not followed by whitespace. 505
Error '}' should be on the same line. 509
Error Method 'getObligationId' is not designed for extension - needs to be abstract, final or empty. 523
Error Missing a Javadoc comment. 523
Error Method 'getFullfillOn' is not designed for extension - needs to be abstract, final or empty. 531
Error Missing a Javadoc comment. 531
Error Method 'getAttributeId' is not designed for extension - needs to be abstract, final or empty. 539
Error Missing a Javadoc comment. 539
Error Method 'getDatatype' is not designed for extension - needs to be abstract, final or empty. 547
Error Missing a Javadoc comment. 547
Error Method 'getValue' is not designed for extension - needs to be abstract, final or empty. 555
Error Missing a Javadoc comment. 555

org/opensciencegrid/authz/saml/package.html

ErrorLine
Error Missing package documentation file.0

org/opensciencegrid/authz/service/BasicMappingAuthZService.java

ErrorLine
Error Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. 1
Error Line is longer than 80 characters. 34
Error First sentence should end with a period. 37
Error Variable 'mapService' must be private and have accessor methods. 38
Error First sentence should end with a period. 40
Error Line is longer than 80 characters. 41
Error Variable 'serviceIdentity' must be private and have accessor methods. 41
Error Line has trailing spaces. 42
Error First sentence should end with a period. 43
Error Line is longer than 80 characters. 44
Error Variable 'log' must be private and have accessor methods. 44
Error ')' is preceded with whitespace. 44
Error Line is longer than 80 characters. 46
Error Parameter mapService should be final. 50
Error 'mapService' hides a field. 50
Error Expected @param tag for 'mapService'. 50
Error Line is longer than 80 characters. 55
Error First sentence should end with a period. 61
Error Line has trailing spaces. 61
Error Line is longer than 80 characters. 64
Error Line is longer than 80 characters. 69
Error Line has trailing spaces. 71
Error Line is longer than 80 characters. 71
Error Line has trailing spaces. 72
Error Expected an @return tag. 75
Error Line has trailing spaces. 75
Error Line is longer than 80 characters. 75
Error Method 'authorize' is not designed for extension - needs to be abstract, final or empty. 75
Error Parameter subject should be final. 75
Error Expected @param tag for 'subject'. 75
Error Parameter resource should be final. 75
Error Expected @param tag for 'resource'. 75
Error Parameter actions should be final. 75
Error Expected @param tag for 'actions'. 75
Error Parameter evidence should be final. 75
Error Expected @param tag for 'evidence'. 75
Error Expected @throws tag for 'SAMLException'. 76
Error '=' is not preceded with whitespace. 83
Error '=' is not followed by whitespace. 83
Error Line has trailing spaces. 87
Error Line is longer than 80 characters. 87
Error Line is longer than 80 characters. 88
Error ')' is preceded with whitespace. 88
Error Line is longer than 80 characters. 89
Error '+' is not preceded with whitespace. 89
Error '+' is not followed by whitespace. 89
Error Line has trailing spaces. 92
Error Line is longer than 80 characters. 92
Error 'if' is not followed by whitespace. 92
Error '=' is not preceded with whitespace. 92
Error '=' is not followed by whitespace. 92
Error '!=' is not preceded with whitespace. 92
Error '!=' is not followed by whitespace. 92
Error Line has trailing spaces. 93
Error Line is longer than 80 characters. 94
Error Line has trailing spaces. 96
Error Line is longer than 80 characters. 98
Error 'if' construct must use '{}'s. 100
Error Line is longer than 80 characters. 100
Error 'if' is not followed by whitespace. 100
Error '!=' is not preceded with whitespace. 100
Error '!=' is not followed by whitespace. 100
Error '+' is not preceded with whitespace. 100
Error '+' is not followed by whitespace. 100
Error '+' is not preceded with whitespace. 100
Error '+' is not followed by whitespace. 100
Error '+' is not preceded with whitespace. 100
Error '+' is not followed by whitespace. 100
Error '+' is not preceded with whitespace. 100
Error '+' is not followed by whitespace. 100
Error 'else' construct must use '{}'s. 101
Error Line has trailing spaces. 102
Error 'if' is not followed by whitespace. 107
Error '!=' is not preceded with whitespace. 107
Error '!=' is not followed by whitespace. 107
Error Line has trailing spaces. 115
Error Line has trailing spaces. 117
Error 'if' is not followed by whitespace. 117
Error '!=' is not preceded with whitespace. 117
Error '!=' is not followed by whitespace. 117
Error Line has trailing spaces. 120
Error '}' should be on the same line. 124
Error Line has trailing spaces. 131
Error '}' should be on the same line. 131
Error Line is longer than 80 characters. 133
Error Line is longer than 80 characters. 134
Error Line has trailing spaces. 135
Error Line is longer than 80 characters. 138
Error Line is longer than 80 characters. 139
Error ')' is preceded with whitespace. 139
Error '=' is not preceded with whitespace. 140
Error '=' is not followed by whitespace. 140
Error First sentence should end with a period. 149
Error Line has trailing spaces. 149
Error Line has trailing spaces. 150
Error Expected an @return tag. 152
Error Line has trailing spaces. 152
Error Parameter localID should be final. 152
Error Expected @param tag for 'localID'. 152
Error Expected @throws tag for 'SAMLException'. 153
Error Line has trailing spaces. 154
Error 'if' construct must use '{}'s. 159
Error 'if' is not followed by whitespace. 159
Error '=' is not preceded with whitespace. 159
Error '=' is not followed by whitespace. 159
Error '!=' is not preceded with whitespace. 159
Error '!=' is not followed by whitespace. 159
Error Line is longer than 80 characters. 160
Error Line contains a tab character. 161
Error Line is longer than 80 characters. 162
Error Line is longer than 80 characters. 163
Error 'if' construct must use '{}'s. 166
Error 'if' is not followed by whitespace. 166
Error '=' is not preceded with whitespace. 166
Error '=' is not followed by whitespace. 166
Error '!=' is not preceded with whitespace. 166
Error '!=' is not followed by whitespace. 166
Error Line is longer than 80 characters. 167
Error Line contains a tab character. 168
Error Line is longer than 80 characters. 169
Error Line is longer than 80 characters. 170
Error 'if' is not followed by whitespace. 174
Error '=' is not preceded with whitespace. 174
Error '=' is not followed by whitespace. 174
Error '!=' is not preceded with whitespace. 174
Error '!=' is not followed by whitespace. 174
Error 'for' construct must use '{}'s. 177
Error Line has trailing spaces. 177
Error 'for' is not followed by whitespace. 177
Error '=' is not preceded with whitespace. 177
Error '=' is not followed by whitespace. 177
Error '<' is not preceded with whitespace. 177
Error '<' is not followed by whitespace. 177
Error '+' is not preceded with whitespace. 178
Error '+' is not followed by whitespace. 178
Error Line is longer than 80 characters. 179
Error Line contains a tab character. 180
Error Line is longer than 80 characters. 181
Error Line is longer than 80 characters. 182
Error 'if' construct must use '{}'s. 186
Error 'if' is not followed by whitespace. 186
Error '=' is not preceded with whitespace. 186
Error '=' is not followed by whitespace. 186
Error '!=' is not preceded with whitespace. 186
Error '!=' is not followed by whitespace. 186
Error Line is longer than 80 characters. 187
Error Line contains a tab character. 188
Error Line is longer than 80 characters. 189
Error Line is longer than 80 characters. 190
Error 'if' construct must use '{}'s. 194
Error 'if' is not followed by whitespace. 194
Error '=' is not preceded with whitespace. 194
Error '=' is not followed by whitespace. 194
Error '!=' is not preceded with whitespace. 194
Error '!=' is not followed by whitespace. 194
Error Line is longer than 80 characters. 195
Error Line contains a tab character. 196
Error Line is longer than 80 characters. 197
Error Line is longer than 80 characters. 198
Error Line has trailing spaces. 201
Error 'if' construct must use '{}'s. 202

org/opensciencegrid/authz/service/GRIDIdentityMappingService.java

ErrorLine
Error Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. 1
Error Line is longer than 80 characters. 30
Error Unused @throws tag for 'RuntimeException'. 30

org/opensciencegrid/authz/service/GRIDIdentityMappingServiceExample.java

ErrorLine
Error Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. 1
Error Line is longer than 80 characters. 15
Error Line has trailing spaces. 16
Error First sentence should end with a period. 17
Error Line is longer than 80 characters. 19
Error Line has trailing spaces. 21

org/opensciencegrid/authz/service/GRIDIdentityMappingServiceExampleImpl.java

ErrorLine
Error Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. 1
Error Unused import - java.util.StringTokenizer. 9
Error First sentence should end with a period. 23
Error Line has trailing spaces. 24
Error Line is longer than 80 characters. 33
Error First sentence should end with a period. 35
Error Line is longer than 80 characters. 36
Error Variable 'log' must be private and have accessor methods. 36
Error ')' is preceded with whitespace. 36
Error First sentence should end with a period. 38
Error Name 'STDMAPFILE' must match pattern '^[a-z][a-zA-Z0-9]*$'. 39
Error First sentence should end with a period. 41
Error First sentence should end with a period. 44
Error First sentence should end with a period. 47
Error Missing a Javadoc comment. 49
Error Variable 'subjectDN' must be private and have accessor methods. 49
Error Missing a Javadoc comment. 50
Error Variable 'fqan' must be private and have accessor methods. 50
Error Missing a Javadoc comment. 51
Error Parameter s should be final. 51
Error '{' is not followed by whitespace. 51
Error ';' is not followed by whitespace. 51
Error '}' is not preceded with whitespace. 51
Error Missing a Javadoc comment. 52
Error 'return' is not preceded with whitespace. 52
Error '{' is not followed by whitespace. 52
Error ';' is not followed by whitespace. 52
Error '}' is not preceded with whitespace. 52
Error Missing a Javadoc comment. 53
Error Parameter f should be final. 53
Error '{' is not followed by whitespace. 53
Error ';' is not followed by whitespace. 53
Error '}' is not preceded with whitespace. 53
Error Missing a Javadoc comment. 54
Error 'return' is not preceded with whitespace. 54
Error '{' is not followed by whitespace. 54
Error ';' is not followed by whitespace. 54
Error '}' is not preceded with whitespace. 54
Error Missing a Javadoc comment. 55
Error '+' is not preceded with whitespace. 56
Error '+' is not followed by whitespace. 56
Error '+' is not preceded with whitespace. 56
Error '+' is not followed by whitespace. 56
Error '+' is not preceded with whitespace. 56
Error '+' is not followed by whitespace. 56
Error '+' is not preceded with whitespace. 56
Error '+' is not followed by whitespace. 56
Error '+' is not preceded with whitespace. 56
Error '+' is not followed by whitespace. 56
Error '+' is not preceded with whitespace. 56
Error '+' is not followed by whitespace. 56
Error '+' is not preceded with whitespace. 56
Error '+' is not followed by whitespace. 56
Error 'if' is not followed by whitespace. 58
Error '!=' is not preceded with whitespace. 58
Error '!=' is not followed by whitespace. 58
Error 'for' construct must use '{}'s. 59
Error Line has trailing spaces. 59
Error 'for' is not followed by whitespace. 59
Error '=' is not preceded with whitespace. 59
Error '=' is not followed by whitespace. 59
Error ';' is not followed by whitespace. 59
Error '<' is not preceded with whitespace. 59
Error '<' is not followed by whitespace. 59
Error ';' is not followed by whitespace. 59
Error '+' is not preceded with whitespace. 60
Error '+' is not followed by whitespace. 60
Error First sentence should end with a period. 66
Error Line has trailing spaces. 66
Error Line has trailing spaces. 67
Error Method 'init' is not designed for extension - needs to be abstract, final or empty. 69
Error 'if' construct must use '{}'s. 71
Error Line has trailing spaces. 71
Error 'if' is not followed by whitespace. 71
Error '!=' is not preceded with whitespace. 71
Error '!=' is not followed by whitespace. 71
Error '+' is not preceded with whitespace. 72
Error '+' is not followed by whitespace. 72
Error '=' is not preceded with whitespace. 74
Error '=' is not followed by whitespace. 74
Error '+' is not preceded with whitespace. 76
Error '+' is not followed by whitespace. 76
Error '+' is not preceded with whitespace. 81
Error '+' is not followed by whitespace. 81
Error 'if' construct must use '{}'s. 84
Error Line is longer than 80 characters. 84
Error 'if' is not followed by whitespace. 84
Error '==' is not preceded with whitespace. 84
Error '==' is not followed by whitespace. 84
Error 'else' construct must use '{}'s. 85
Error '+' is not preceded with whitespace. 85
Error '+' is not followed by whitespace. 85
Error First sentence should end with a period. 88
Error Line has trailing spaces. 90
Error Expected an @return tag. 94
Error Method 'mapCredentials' is not designed for extension - needs to be abstract, final or empty. 94
Error Parameter gridID should be final. 94
Error Expected @param tag for 'gridID'. 94
Error 'if' construct must use '{}'s. 98
Error 'if' is not followed by whitespace. 98
Error '==' is not preceded with whitespace. 98
Error '==' is not followed by whitespace. 98
Error 'if' is not followed by whitespace. 100
Error '==' is not preceded with whitespace. 100
Error '==' is not followed by whitespace. 100
Error Line has trailing spaces. 102
Error 'for' is not followed by whitespace. 107
Error '=' is not preceded with whitespace. 107
Error '=' is not followed by whitespace. 107
Error ';' is not followed by whitespace. 107
Error '<' is not preceded with whitespace. 107
Error '<' is not followed by whitespace. 107
Error ';' is not followed by whitespace. 107
Error '+' is not preceded with whitespace. 109
Error '+' is not followed by whitespace. 109
Error '+' is not preceded with whitespace. 109
Error '+' is not followed by whitespace. 109
Error '+' is not preceded with whitespace. 109
Error '+' is not followed by whitespace. 109
Error ')' is preceded with whitespace. 110
Error Line has trailing spaces. 113
Error 'if' is not followed by whitespace. 113
Error '==' is not preceded with whitespace. 113
Error '==' is not followed by whitespace. 113
Error '==' is not preceded with whitespace. 113
Error '==' is not followed by whitespace. 113
Error Line contains a tab character. 113
Error Line is longer than 80 characters. 114
Error '+' is not preceded with whitespace. 114
Error '+' is not followed by whitespace. 114
Error Line has trailing spaces. 115
Error 'if' is not followed by whitespace. 118
Error '==' is not preceded with whitespace. 118
Error '==' is not followed by whitespace. 118
Error '==' is not preceded with whitespace. 118
Error '==' is not followed by whitespace. 118
Error Line has trailing spaces. 122
Error 'if' is not followed by whitespace. 123
Error Line is longer than 80 characters. 124
Error '+' is not preceded with whitespace. 124
Error '+' is not followed by whitespace. 124
Error '}' should be on the same line. 126
Error Line has trailing spaces. 129
Error Line has trailing spaces. 134
Error First sentence should end with a period. 141
Error Line has trailing spaces. 141
Error Line has trailing spaces. 144
Error Expected an @return tag. 148
Error Line has trailing spaces. 148
Error Parameter mfile should be final. 148
Error Expected @param tag for 'mfile'. 148
Error Expected @throws tag for 'IOException'. 149
Error 'mappings' hides a field. 153
Error '50' is a magic number. 153
Error Line has trailing spaces. 158
Error 'while' is not followed by whitespace. 162
Error '(' is followed by whitespace. 162
Error '(' is followed by whitespace. 164
Error '||' should be on a new line. 164
Error '(' is followed by whitespace. 165
Error ')' is preceded with whitespace. 165
Error Line has trailing spaces. 169
Error Line has trailing spaces. 187
Error Line has trailing spaces. 190
Error Line has trailing spaces. 191
Error Line has trailing spaces. 192
Error '16' is a magic number. 192
Error 'while' is not followed by whitespace. 193
Error ')' is preceded with whitespace. 193
Error 'if' is not followed by whitespace. 196
Error 'for' is not followed by whitespace. 198
Error '=' is not preceded with whitespace. 198
Error '=' is not followed by whitespace. 198
Error ';' is not followed by whitespace. 198
Error '<' is not preceded with whitespace. 198
Error '<' is not followed by whitespace. 198
Error ';' is not followed by whitespace. 198
Error '=' is not preceded with whitespace. 199
Error '=' is not followed by whitespace. 199
Error 'cast' is not followed by whitespace. 199
Error Line is longer than 80 characters. 206
Error Line has trailing spaces. 207
Error Line has trailing spaces. 211
Error 'if' construct must use '{}'s. 213
Error Line has trailing spaces. 214
Error Missing a Javadoc comment. 227
Error Missing a Javadoc comment. 229
Error Missing a Javadoc comment. 230
Error Missing a Javadoc comment. 231
Error Missing a Javadoc comment. 233
Error Parameter str should be final. 233
Error 'str' hides a field. 233
Error Missing a Javadoc comment. 239
Error Missing a Javadoc comment. 243
Error 'if' construct must use '{}'s. 248
Error '-' is not preceded with whitespace. 250
Error '-' is not followed by whitespace. 250
Error '=' is not preceded with whitespace. 255
Error '=' is not followed by whitespace. 255
Error ';' is not followed by whitespace. 255
Error '<' is not preceded with whitespace. 255
Error '<' is not followed by whitespace. 255
Error ';' is not followed by whitespace. 255
Error '(' is followed by whitespace. 261
Error ')' is preceded with whitespace. 261
Error '=' is not preceded with whitespace. 269
Error '=' is not followed by whitespace. 269
Error ';' is not followed by whitespace. 269
Error '<' is not preceded with whitespace. 269
Error '<' is not followed by whitespace. 269
Error ';' is not followed by whitespace. 269
Error Missing a Javadoc comment. 283
Error Missing a Javadoc comment. 287
Error Missing a Javadoc comment. 295
Error 'while' is not followed by whitespace. 298
Error '(' is followed by whitespace. 298
Error ')' is preceded with whitespace. 298

org/opensciencegrid/authz/service/SAMLAuthZServiceBase.java

ErrorLine
Error Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. 1
Error Line has trailing spaces. 5
Error Unused import - org.glite.security.SecurityContext. 15
Error Unused import - org.glite.security.util.axis.InitSecurityContext. 16
Error Line has trailing spaces. 48
Error Comment matches to-do format 'TODO:'. 55
Error Line has trailing spaces. 56
Error First sentence should end with a period. 63
Error Line has trailing spaces. 66
Error First sentence should end with a period. 67
Error Line has trailing spaces. 67
Error Line is longer than 80 characters. 68
Error Line has trailing spaces. 71
Error Variable 'decision' must be private and have accessor methods. 71
Error Line has trailing spaces. 72
Error First sentence should end with a period. 73
Error Line has trailing spaces. 73
Error Variable 'actions' must be private and have accessor methods. 74
Error First sentence should end with a period. 76
Error Line is longer than 80 characters. 76
Error Variable 'obligations' must be private and have accessor methods. 77
Error Line has trailing spaces. 78
Error First sentence should end with a period. 79
Error Line is longer than 80 characters. 79
Error Variable 'issuer' must be private and have accessor methods. 80
Error First sentence should end with a period. 82
Error Expected an @return tag. 83
Error Method 'toString' is not designed for extension - needs to be abstract, final or empty. 83
Error '+' is not preceded with whitespace. 85
Error '+' is not followed by whitespace. 85
Error 'if' construct must use '{}'s. 87
Error 'if' is not followed by whitespace. 87
Error '==' is not preceded with whitespace. 87
Error '==' is not followed by whitespace. 87
Error ')' is preceded with whitespace. 87
Error '=' is not preceded with whitespace. 87
Error '=' is not followed by whitespace. 87
Error 'if' construct must use '{}'s. 88
Error 'if' is not followed by whitespace. 88
Error '=' is not preceded with whitespace. 88
Error 'else' construct must use '{}'s. 89
Error 'for' is not followed by whitespace. 90
Error '=' is not preceded with whitespace. 90
Error '=' is not followed by whitespace. 90
Error ';' is not followed by whitespace. 90
Error '<' is not preceded with whitespace. 90
Error '<' is not followed by whitespace. 90
Error ';' is not followed by whitespace. 90
Error Line has trailing spaces. 91
Error '=' is not preceded with whitespace. 94
Error '=' is not followed by whitespace. 94
Error '+' is not preceded with whitespace. 94
Error '+' is not followed by whitespace. 94
Error '+' is not preceded with whitespace. 94
Error '+' is not followed by whitespace. 94
Error '+' is not preceded with whitespace. 94
Error '+' is not followed by whitespace. 94
Error '}' should be on the same line. 95
Error 'else' construct must use '{}'s. 96
Error '=' is not preceded with whitespace. 97
Error '+' is not preceded with whitespace. 97
Error '+' is not followed by whitespace. 97
Error '=' is not preceded with whitespace. 99
Error '=' is not followed by whitespace. 99
Error 'if' construct must use '{}'s. 100
Error 'if' is not followed by whitespace. 100
Error '==' is not preceded with whitespace. 100
Error '==' is not followed by whitespace. 100
Error '=' is not preceded with whitespace. 100
Error '=' is not followed by whitespace. 100
Error 'if' construct must use '{}'s. 101
Error 'if' is not followed by whitespace. 101
Error '=' is not preceded with whitespace. 101
Error 'else' construct must use '{}'s. 102
Error 'for' is not followed by whitespace. 103
Error '=' is not preceded with whitespace. 103
Error '=' is not followed by whitespace. 103
Error ';' is not followed by whitespace. 103
Error '<' is not preceded with whitespace. 103
Error '<' is not followed by whitespace. 103
Error ';' is not followed by whitespace. 103
Error Line has trailing spaces. 104
Error Line is longer than 80 characters. 107
Error '=' is not preceded with whitespace. 107
Error '=' is not followed by whitespace. 107
Error '+' is not preceded with whitespace. 107
Error '+' is not followed by whitespace. 107
Error '+' is not preceded with whitespace. 107
Error '+' is not followed by whitespace. 107
Error '+' is not preceded with whitespace. 107
Error '+' is not followed by whitespace. 107
Error '+' is not preceded with whitespace. 107
Error '+' is not followed by whitespace. 107
Error '+' is not preceded with whitespace. 107
Error '+' is not followed by whitespace. 107
Error '}' should be on the same line. 108
Error 'else' construct must use '{}'s. 109
Error '=' is not preceded with whitespace. 110
Error '+' is not preceded with whitespace. 112
Error '+' is not followed by whitespace. 112
Error First sentence should end with a period. 118
Error Line is longer than 80 characters. 118
Error Missing a Javadoc comment. 120
Error Variable 'issuer' must be private and have accessor methods. 120
Error Missing a Javadoc comment. 121
Error Variable 'data' must be private and have accessor methods. 121
Error First sentence should end with a period. 127
Error Line has trailing spaces. 127
Error Line is longer than 80 characters. 127
Error Line is longer than 80 characters. 128
Error Line has trailing spaces. 129
Error Line is longer than 80 characters. 130
Error ',' is not followed by whitespace. 130
Error Line is longer than 80 characters. 131
Error Missing a Javadoc comment. 131
Error ',' is not followed by whitespace. 131
Error First sentence should end with a period. 133
Error Line has trailing spaces. 133
Error Line is longer than 80 characters. 133
Error First sentence should end with a period. 136
Error Line is longer than 80 characters. 137
Error Variable 'log' must be private and have accessor methods. 137
Error ')' is preceded with whitespace. 137
Error Line has trailing spaces. 139
Error Line is longer than 80 characters. 141
Error Line has trailing spaces. 147
Error Line is longer than 80 characters. 147
Error Line is longer than 80 characters. 150
Error Line is longer than 80 characters. 151
Error Line is longer than 80 characters. 153
Error Line has trailing spaces. 158
Error Expected an @return tag. 161
Error Line is longer than 80 characters. 161
Error Parameter subject should be final. 161
Error Expected @param tag for 'subject'. 161
Error Parameter resource should be final. 161
Error Expected @param tag for 'resource'. 161
Error Parameter actions should be final. 161
Error Expected @param tag for 'actions'. 161
Error Parameter evidence should be final. 161
Error Expected @param tag for 'evidence'. 161
Error Expected @throws tag for 'SAMLException'. 162
Error Line has trailing spaces. 165
Error Line has trailing spaces. 167
Error Line has trailing spaces. 168
Error Line is longer than 80 characters. 168
Error Line has trailing spaces. 171
Error Line is longer than 80 characters. 171
Error Line is longer than 80 characters. 172
Error Expected an @return tag. 175
Error Line is longer than 80 characters. 175
Error Method 'SAMLRequest' is not designed for extension - needs to be abstract, final or empty. 175
Error Method length is 174 lines (max allowed is 150). 175
Error Name 'SAMLRequest' must match pattern '^[a-z][a-zA-Z0-9]*$'. 175
Error Parameter samlRequestType should be final. 175
Error Expected @param tag for 'samlRequestType'. 175
Error Expected @throws tag for 'java.rmi.RemoteException'. 175
Error Line has trailing spaces. 176
Error Line has trailing spaces. 185
Error Line is longer than 80 characters. 186
Error Line is longer than 80 characters. 189
Error Line is longer than 80 characters. 193
Error Line has trailing spaces. 198
Error Line has trailing spaces. 199
Error Line has trailing spaces. 200
Error Line has trailing spaces. 201
Error Line has trailing spaces. 202
Error Line has trailing spaces. 209
Error Line has trailing spaces. 224
Error Line is longer than 80 characters. 224
Error Line is longer than 80 characters. 227
Error Line has trailing spaces. 228
Error 'if' construct must use '{}'s. 230
Error Line is longer than 80 characters. 230
Error 'if' is not followed by whitespace. 230
Error '!=' is not preceded with whitespace. 230
Error '!=' is not followed by whitespace. 230
Error Line has trailing spaces. 231
Error Line is longer than 80 characters. 234
Error Line has trailing spaces. 235
Error Line has trailing spaces. 236
Error Line contains a tab character. 236
Error '(' is followed by whitespace. 236
Error Line has trailing spaces. 237
Error Line contains a tab character. 237
Error Line has trailing spaces. 238
Error Line contains a tab character. 238
Error Line contains a tab character. 239
Error '+' is not preceded with whitespace. 241
Error '!=' is not followed by whitespace. 247
Error '&&' should be on a new line. 247
Error '(' is followed by whitespace. 248
Error '||' should be on a new line. 248
Error '||' should be on a new line. 249
Error Line has trailing spaces. 250
Error ')' is preceded with whitespace. 250
Error Must have at least one statement. 251
Error '}' should be on the same line. 253
Error Line has trailing spaces. 254
Error Line has trailing spaces. 255
Error Line is longer than 80 characters. 256
Error Line has trailing spaces. 258
Error 'if' construct must use '{}'s. 259
Error Line has trailing spaces. 259
Error Line is longer than 80 characters. 260
Error Line has trailing spaces. 261
Error 'if' construct must use '{}'s. 262
Error '==' is not followed by whitespace. 262
Error Line is longer than 80 characters. 263
Error Line has trailing spaces. 264
Error Line has trailing spaces. 265
Error Line is longer than 80 characters. 266
Error Line is longer than 80 characters. 267
Error Line has trailing spaces. 269
Error 'if' is not followed by whitespace. 269
Error '(' is followed by whitespace. 269
Error '!=' is not preceded with whitespace. 269
Error '!=' is not followed by whitespace. 269
Error Line has trailing spaces. 270
Error Line contains a tab character. 270
Error Line contains a tab character. 271
Error ')' is preceded with whitespace. 271
Error Line is longer than 80 characters. 274
Error Line has trailing spaces. 275
Error Line is longer than 80 characters. 275
Error Line is longer than 80 characters. 276
Error Line has trailing spaces. 282
Error Line has trailing spaces. 283
Error Line has trailing spaces. 284
Error Line is longer than 80 characters. 284
Error '+' is not preceded with whitespace. 284
Error Line is longer than 80 characters. 286
Error Line is longer than 80 characters. 288
Error Line has trailing spaces. 290
Error '(' is followed by whitespace. 290
Error Line contains a tab character. 291
Error Line has trailing spaces. 292
Error Line contains a tab character. 292
Error Line contains a tab character. 293
Error Line has trailing spaces. 301
Error Line is longer than 80 characters. 301
Error Line has trailing spaces. 302
Error Line is longer than 80 characters. 303
Error '+' is not preceded with whitespace. 304
Error '+' is not followed by whitespace. 304
Error ',' is not followed by whitespace. 305
Error Line is longer than 80 characters. 307
Error 'if' construct must use '{}'s. 308
Error '==' is not preceded with whitespace. 308
Error '==' is not followed by whitespace. 308
Error Line is longer than 80 characters. 311
Error 'while' construct must use '{}'s. 313
Error Line has trailing spaces. 313
Error 'while' is not followed by whitespace. 313
Error 'if' construct must use '{}'s. 315
Error '=' is not preceded with whitespace. 315
Error '=' is not followed by whitespace. 315
Error Line has trailing spaces. 316
Error Line is longer than 80 characters. 316
Error Line is longer than 80 characters. 317
Error Line has trailing spaces. 318
Error '(' is followed by whitespace. 318
Error Line contains a tab character. 319
Error Line has trailing spaces. 320
Error Line contains a tab character. 320
Error Line contains a tab character. 321
Error Line is longer than 80 characters. 323
Error Line is longer than 80 characters. 327
Error '+' is not preceded with whitespace. 328
Error '+' is not followed by whitespace. 328
Error ',' is not followed by whitespace. 328
Error Line has trailing spaces. 330
Error Line is longer than 80 characters. 330
Error Line is longer than 80 characters. 331
Error Line is longer than 80 characters. 332
Error Line is longer than 80 characters. 333
Error '}' should be on the same line. 335
Error Line is longer than 80 characters. 337
Error '+' is not preceded with whitespace. 340
Error '+' is not followed by whitespace. 340
Error ',' is not followed by whitespace. 340
Error Line is longer than 80 characters. 341
Error First sentence should end with a period. 353
Error Line has trailing spaces. 353
Error Expected an @return tag. 356
Error Parameter requestType should be final. 356
Error Expected @param tag for 'requestType'. 356
Error Expected @throws tag for 'RemoteException'. 357
Error Expected @throws tag for 'SAMLException'. 357
Error Line has trailing spaces. 358
Error Line is longer than 80 characters. 381
Error '+' is not preceded with whitespace. 381
Error '+' is not followed by whitespace. 381
Error First sentence should end with a period. 390
Error Line has trailing spaces. 392
Error Expected an @return tag. 397
Error Parameter request should be final. 397
Error Expected @param tag for 'request'. 397
Error Expected @throws tag for 'RemoteException'. 398
Error Expected @throws tag for 'SAMLException'. 398
Error ')' is preceded with whitespace. 408
Error Line is longer than 80 characters. 409
Error Line has trailing spaces. 414
Error Line has trailing spaces. 415
Error 'cast' is not followed by whitespace. 417
Error ')' is preceded with whitespace. 419
Error '+' is not preceded with whitespace. 421
Error '+' is not followed by whitespace. 421
Error Line has trailing spaces. 422
Error '}' should be on the same line. 422
Error ')' is preceded with whitespace. 423
Error '+' is not preceded with whitespace. 425
Error '+' is not followed by whitespace. 425
Error '}' should be on the same line. 426
Error Line is longer than 80 characters. 428
Error '+' is not preceded with whitespace. 428
Error '+' is not followed by whitespace. 428
Error Line is longer than 80 characters. 433
Error Line is longer than 80 characters. 434
Error First sentence should end with a period. 446
Error Expected an @return tag. 449
Error Line is longer than 80 characters. 449
Error Parameter request should be final. 449
Error Expected @param tag for 'request'. 449
Error Expected @throws tag for 'RemoteException'. 450
Error Expected @throws tag for 'SAMLException'. 450
Error ')' is preceded with whitespace. 453
Error '+' is not preceded with whitespace. 454
Error '+' is not followed by whitespace. 454
Error '+' is not preceded with whitespace. 457
Error '+' is not followed by whitespace. 457
Error Expected an @return tag. 468
Error Parameter subject should be final. 468
Error Expected @param tag for 'subject'. 468
Error Expected @throws tag for 'SAMLException'. 469
Error Line has trailing spaces. 473
Error Line has trailing spaces. 474
Error First sentence should end with a period. 476
Error Line is longer than 80 characters. 476
Error Expected an @return tag. 480
Error Line is longer than 80 characters. 480
Error Parameter query should be final. 480
Error Expected @param tag for 'query'. 480
Error Parameter decision should be final. 481
Error Expected @param tag for 'decision'. 481
Error Line contains a tab character. 482
Error Parameter actions should be final. 482
Error Expected @param tag for 'actions'. 482
Error Parameter obligations should be final. 483
Error Expected @param tag for 'obligations'. 483
Error Expected @throws tag for 'SAMLException'. 484
Error Line has trailing spaces. 485
Error Line contains a tab character. 486
Error Line contains a tab character. 487
Error Line has trailing spaces. 488
Error 'if' construct must use '{}'s. 489
Error Line is longer than 80 characters. 489
Error 'if' is not followed by whitespace. 489
Error '(' is followed by whitespace. 489
Error '!=' is not preceded with whitespace. 489
Error '!=' is not followed by whitespace. 489
Error ')' is preceded with whitespace. 489
Error ')' is preceded with whitespace. 489
Error Line contains a tab character. 491
Error 'else' construct must use '{}'s. 496
Error Line contains a tab character. 498
Error Line has trailing spaces. 502
Error Line has trailing spaces. 504
Error Line has trailing spaces. 507
Error Line has trailing spaces. 510
Error Line has trailing spaces. 512
Error First sentence should end with a period. 514
Error Expected an @return tag. 519
Error Parameter issuer should be final. 519
Error Expected @param tag for 'issuer'. 519
Error Parameter stmts should be final. 519
Error Expected @param tag for 'stmts'. 519
Error Expected @throws tag for 'SAMLException'. 520
Error Line has trailing spaces. 524
Error Line has trailing spaces. 528
Error Line has trailing spaces. 531
Error Line has trailing spaces. 532
Error Line contains a tab character. 532
Error Line has trailing spaces. 533
Error Line contains a tab character. 533
Error Line contains a tab character. 534
Error Line has trailing spaces. 535
Error Line has trailing spaces. 542
Error First sentence should end with a period. 544
Error Line has trailing spaces. 544
Error Expected an @return tag. 546
Error Line has trailing spaces. 546
Error Parameter inResponseTo should be final. 546
Error Expected @param tag for 'inResponseTo'. 546
Error Line has trailing spaces. 547
Error Line contains a tab character. 547
Error Parameter recipient should be final. 547
Error Expected @param tag for 'recipient'. 547
Error Line has trailing spaces. 548
Error Line contains a tab character. 548
Error Parameter assertions should be final. 548
Error Expected @param tag for 'assertions'. 548
Error Line contains a tab character. 549
Error Parameter samlException should be final. 549
Error Expected @param tag for 'samlException'. 549
Error Expected @throws tag for 'SAMLException'. 550
Error Line is longer than 80 characters. 554
Error '+' is not preceded with whitespace. 556
Error '+' is not followed by whitespace. 556
Error Line is longer than 80 characters. 560
Error '{' is followed by whitespace. 560
Error 'cast' is not followed by whitespace. 560
Error First sentence should end with a period. 568
Error Line has trailing spaces. 569
Error Expected an @return tag. 573
Error Method 'getFQAN' is not designed for extension - needs to be abstract, final or empty. 573
Error Parameter stmt should be final. 573
Error Expected @param tag for 'stmt'. 573
Error Expected @throws tag for 'SAMLException'. 573
Error '(' is followed by whitespace. 581
Error '!' is followed by whitespace. 581
Error ')' is preceded with whitespace. 581
Error '}' should be on the same line. 583
Error 'cast' is not followed by whitespace. 585
Error 'cast' is not followed by whitespace. 586
Error Line is longer than 80 characters. 587
Error '+' is not preceded with whitespace. 587
Error '+' is not followed by whitespace. 587
Error '+' is not preceded with whitespace. 587
Error '+' is not preceded with whitespace. 587
Error '+' is not followed by whitespace. 587
Error Line is longer than 80 characters. 589
Error '(' is followed by whitespace. 589
Error ')' is preceded with whitespace. 589
Error '(' is followed by whitespace. 590
Error 'if' construct must use '{}'s. 595
Error 'if' is not followed by whitespace. 595
Error '!=' is not preceded with whitespace. 595
Error '!=' is not followed by whitespace. 595
Error '+' is not preceded with whitespace. 595
Error '+' is not followed by whitespace. 595
Error 'else' construct must use '{}'s. 596
Error Line is longer than 80 characters. 596
Error Expected an @return tag. 608
Error Line is longer than 80 characters. 608
Error Method 'findFQANinSubjectEvidence' is not designed for extension - needs to be abstract, final or empty. 608
Error Parameter evidenceIterator should be final. 608
Error Expected @param tag for 'evidenceIterator'. 608
Error Parameter querySubject should be final. 608
Error Expected @param tag for 'querySubject'. 608
Error Expected @throws tag for 'SAMLException'. 609
Error '(' is followed by whitespace. 617
Error Line is longer than 80 characters. 619
Error 'cast' is not followed by whitespace. 619
Error Line is longer than 80 characters. 623
Error 'cast' is not followed by whitespace. 623
Error ')' is preceded with whitespace. 623
Error ')' is preceded with whitespace. 623
Error '=' is not preceded with whitespace. 625
Error '=' is not followed by whitespace. 625
Error 'cast' is not followed by whitespace. 625
Error Line is longer than 80 characters. 626
Error 'if' is not followed by whitespace. 627
Error '!=' is not preceded with whitespace. 627
Error '!=' is not followed by whitespace. 627
Error First sentence should end with a period. 642
Error Line has trailing spaces. 643
Error Expected an @return tag. 646
Error Line is longer than 80 characters. 646
Error Method 'locatePermissibleActions' is not designed for extension - needs to be abstract, final or empty. 646
Error Parameter requestedActions should be final. 646
Error Expected @param tag for 'requestedActions'. 646
Error Parameter permissibleActionsList should be final. 646
Error Expected @param tag for 'permissibleActionsList'. 646
Error Line has trailing spaces. 651
Error Line is longer than 80 characters. 652
Error 'cast' is not followed by whitespace. 654
Error 'for' is not followed by whitespace. 656
Error '=' is not preceded with whitespace. 656
Error '=' is not followed by whitespace. 656
Error ';' is not followed by whitespace. 656
Error '<' is not preceded with whitespace. 656
Error '<' is not followed by whitespace. 656
Error ';' is not followed by whitespace. 656
Error 'cast' is not followed by whitespace. 657
Error Line has trailing spaces. 658
Error 'if' is not followed by whitespace. 661
Error ',' is not followed by whitespace. 661
Error ')' is preceded with whitespace. 661
Error Line is longer than 80 characters. 662
Error '+' is not preceded with whitespace. 662
Error '+' is not followed by whitespace. 662
Error Line is longer than 80 characters. 663
Error Line is longer than 80 characters. 665
Error Line is longer than 80 characters. 666
Error 'if' construct must use '{}'s. 677
Error ')' is preceded with whitespace. 677
Error Line has trailing spaces. 678
Error Line has trailing spaces. 679
Error Line has trailing spaces. 680
Error Line has trailing spaces. 682
Error First sentence should end with a period. 685
Error Expected an @return tag. 688
Error Parameter attrib should be final. 688
Error Expected @param tag for 'attrib'. 688
Error Expected @throws tag for 'SAMLException'. 689
Error 'cast' is not followed by whitespace. 692
Error 'if' is not followed by whitespace. 695
Error '(' is followed by whitespace. 695
Error '!' is followed by whitespace. 695
Error Line has trailing spaces. 699
Error Line has trailing spaces. 706

org/opensciencegrid/authz/service/SecurityUtil.java

ErrorLine
Error Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. 1
Error Utility classes should not have a public or default constructor. 23
Error Missing a Javadoc comment. 24
Error Line has trailing spaces. 25
Error Missing a Javadoc comment. 26
Error 'if' construct must use '{}'s. 34
Error Line is longer than 80 characters. 43
Error '+' is not preceded with whitespace. 43
Error '+' is not followed by whitespace. 43
Error Line has trailing spaces. 46
Error Missing a Javadoc comment. 47
Error Parameter commaDN should be final. 47
Error '+' is not preceded with whitespace. 52
Error '+' is not followed by whitespace. 52
Error Name 'DN' must match pattern '^[a-z][a-zA-Z0-9]*$'. 57
Error Line has trailing spaces. 64

org/opensciencegrid/authz/service/package.html

ErrorLine
Error Missing package documentation file.0

org/opensciencegrid/authz/stubs/AuthorizationService.java

ErrorLine
Error Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. 1
Error Missing a Javadoc comment. 10
Error Missing a Javadoc comment. 13
Error Redundant 'public' modifier. 13
Error Line is longer than 80 characters. 15
Error Missing a Javadoc comment. 15
Error Redundant 'public' modifier. 15
Error Line is longer than 80 characters. 17
Error Missing a Javadoc comment. 17
Error Redundant 'public' modifier. 17

org/opensciencegrid/authz/stubs/AuthorizationServiceBindingImpl.java

ErrorLine
Error Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. 1
Error Line is longer than 80 characters. 10
Error Missing a Javadoc comment. 10
Error '{' is not preceded with whitespace. 10
Error Line is longer than 80 characters. 11
Error Method 'SAMLRequest' is not designed for extension - needs to be abstract, final or empty. 11
Error Missing a Javadoc comment. 11
Error Name 'SAMLRequest' must match pattern '^[a-z][a-zA-Z0-9]*$'. 11
Error Parameter samlRequest should be final. 11

org/opensciencegrid/authz/stubs/AuthorizationServiceBindingSkeleton.java

ErrorLine
Error Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. 1
Error Line is longer than 80 characters. 10
Error Missing a Javadoc comment. 10
Error Missing a Javadoc comment. 11
Error Missing a Javadoc comment. 12
Error Name '_myOperations' must match pattern '^[a-z][a-zA-Z0-9]*$'. 12
Error Line is longer than 80 characters. 13
Error Missing a Javadoc comment. 13
Error Name '_myOperationsList' must match pattern '^[a-z][a-zA-Z0-9]*$'. 13
Error First sentence should end with a period. 15
Error Expected an @return tag. 18
Error Line is longer than 80 characters. 18
Error Parameter methodName should be final. 18
Error Expected @param tag for 'methodName'. 18
Error 'cast' is not followed by whitespace. 19
Error First sentence should end with a period. 22
Error Expected an @return tag. 25
Error Name '_oper' must match pattern '^[a-z][a-zA-Z0-9]*$'. 30
Error Name '_fault' must match pattern '^[a-z][a-zA-Z0-9]*$'. 31
Error Name '_params' must match pattern '^[a-z][a-zA-Z0-9]*$'. 32
Error Line has trailing spaces. 34
Error Line is longer than 80 characters. 34
Error Line is longer than 80 characters. 36
Error Line is longer than 80 characters. 37
Error Line is longer than 80 characters. 38
Error Line is longer than 80 characters. 39
Error 'cast' is not followed by whitespace. 44
Error Missing a Javadoc comment. 47
Error Line is longer than 80 characters. 48
Error Line is longer than 80 characters. 51
Error Missing a Javadoc comment. 51
Error Parameter impl should be final. 51
Error 'impl' hides a field. 51
Error Line is longer than 80 characters. 54
Error Method 'SAMLRequest' is not designed for extension - needs to be abstract, final or empty. 54
Error Missing a Javadoc comment. 54
Error Name 'SAMLRequest' must match pattern '^[a-z][a-zA-Z0-9]*$'. 54
Error Parameter samlRequest should be final. 54
Error Line is longer than 80 characters. 56

org/opensciencegrid/authz/stubs/AuthorizationServiceBindingStub.java

ErrorLine
Error Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. 1
Error Line is longer than 80 characters. 10
Error Missing a Javadoc comment. 10
Error Missing a Javadoc comment. 11
Error Missing a Javadoc comment. 12
Error Missing a Javadoc comment. 13
Error Missing a Javadoc comment. 14
Error Missing a Javadoc comment. 16
Error Name '_operations' must match pattern '^[a-z][a-zA-Z0-9]*$'. 16
Error Variable '_operations' must be private and have accessor methods. 16
Error Line is longer than 80 characters. 23
Error Line is longer than 80 characters. 24
Error Line is longer than 80 characters. 25
Error Missing a Javadoc comment. 33
Error Line is longer than 80 characters. 37
Error Missing a Javadoc comment. 37
Error Parameter endpointURL should be final. 37
Error Parameter service should be final. 37
Error Line is longer than 80 characters. 42
Error Missing a Javadoc comment. 42
Error Parameter service should be final. 42
Error Line is longer than 80 characters. 50
Error Line is longer than 80 characters. 51
Error Line is longer than 80 characters. 52
Error Line is longer than 80 characters. 53
Error Line is longer than 80 characters. 54
Error Line is longer than 80 characters. 55
Error Line is longer than 80 characters. 56
Error Line is longer than 80 characters. 57
Error Line is longer than 80 characters. 58
Error Line is longer than 80 characters. 65
Error Line is longer than 80 characters. 72
Error Line is longer than 80 characters. 81
Error Missing a Javadoc comment. 81
Error Name '_call' must match pattern '^[a-z][a-zA-Z0-9]*$'. 83
Error Line is longer than 80 characters. 118
Error Line is longer than 80 characters. 120
Error '}' should be on the same line. 130
Error Line is longer than 80 characters. 132
Error Line is longer than 80 characters. 136
Error Method 'SAMLRequest' is not designed for extension - needs to be abstract, final or empty. 136
Error Missing a Javadoc comment. 136
Error Name 'SAMLRequest' must match pattern '^[a-z][a-zA-Z0-9]*$'. 136
Error Parameter samlRequest should be final. 136
Error Name '_call' must match pattern '^[a-z][a-zA-Z0-9]*$'. 140
Error Line is longer than 80 characters. 143
Error Line is longer than 80 characters. 145
Error Line is longer than 80 characters. 146
Error Line is longer than 80 characters. 147
Error Line is longer than 80 characters. 148
Error Line is longer than 80 characters. 152
Error Name '_resp' must match pattern '^[a-z][a-zA-Z0-9]*$'. 152
Error 'cast' is not followed by whitespace. 155
Error '}' should be on the same line. 156
Error Name '_exception' must match pattern '^[a-z][a-zA-Z0-9]*$'. 161
Error Line is longer than 80 characters. 162

org/opensciencegrid/authz/stubs/AuthorizationServiceLocator.java

ErrorLine
Error Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. 1
Error Line is longer than 80 characters. 10
Error Missing a Javadoc comment. 10
Error Line is longer than 80 characters. 15
Error Missing a Javadoc comment. 15
Error Name 'AuthorizationServicePort_address' must match pattern '^[a-z][a-zA-Z0-9]*$'. 15
Error Method 'getAuthorizationServicePortAddress' is not designed for extension - needs to be abstract, final or empty. 17
Error Missing a Javadoc comment. 17
Error Line is longer than 80 characters. 22
Error Missing a Javadoc comment. 22
Error Name 'AuthorizationServicePortWSDDServiceName' must match pattern '^[a-z][a-zA-Z0-9]*$'. 22
Error Method 'getAuthorizationServicePortWSDDServiceName' is not designed for extension - needs to be abstract, final or empty. 24
Error Missing a Javadoc comment. 24
Error Line is longer than 80 characters. 28
Error Method 'setAuthorizationServicePortWSDDServiceName' is not designed for extension - needs to be abstract, final or empty. 28
Error Missing a Javadoc comment. 28
Error Parameter name should be final. 28
Error Line is longer than 80 characters. 32
Error Method 'getAuthorizationServicePort' is not designed for extension - needs to be abstract, final or empty. 32
Error Missing a Javadoc comment. 32
Error '}' should be on the same line. 36
Error Line is longer than 80 characters. 43
Error Method 'getAuthorizationServicePort' is not designed for extension - needs to be abstract, final or empty. 43
Error Missing a Javadoc comment. 43
Error Parameter portAddress should be final. 43
Error Line is longer than 80 characters. 45
Error Name '_stub' must match pattern '^[a-z][a-zA-Z0-9]*$'. 45
Error '}' should be on the same line. 48
Error Expected an @return tag. 59
Error Line is longer than 80 characters. 59
Error Method 'getPort' is not designed for extension - needs to be abstract, final or empty. 59
Error Parameter serviceEndpointInterface should be final. 59
Error Expected @param tag for 'serviceEndpointInterface'. 59
Error Expected @throws tag for 'javax.xml.rpc.ServiceException'. 59
Error Line is longer than 80 characters. 61
Error Line is longer than 80 characters. 62
Error Name '_stub' must match pattern '^[a-z][a-zA-Z0-9]*$'. 62
Error '}' should be on the same line. 66
Error Line is longer than 80 characters. 70
Error Avoid inline conditionals. 70
Error Expected an @return tag. 78
Error Line is longer than 80 characters. 78
Error Method 'getPort' is not designed for extension - needs to be abstract, final or empty. 78
Error Parameter portName should be final. 78
Error Expected @param tag for 'portName'. 78
Error Parameter serviceEndpointInterface should be final. 78
Error Expected @param tag for 'serviceEndpointInterface'. 78
Error Expected @throws tag for 'javax.xml.rpc.ServiceException'. 78
Error '}' should be on the same line. 85
Error Name '_stub' must match pattern '^[a-z][a-zA-Z0-9]*$'. 87
Error Method 'getServiceName' is not designed for extension - needs to be abstract, final or empty. 93
Error Missing a Javadoc comment. 93
Error Line is longer than 80 characters. 94
Error Missing a Javadoc comment. 97
Error Method 'getPorts' is not designed for extension - needs to be abstract, final or empty. 99
Error Missing a Javadoc comment. 99
Error Line is longer than 80 characters. 102

org/opensciencegrid/authz/stubs/SAMLRequestPortType.java

ErrorLine
Error Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. 1
Error Missing a Javadoc comment. 10
Error Line is longer than 80 characters. 11
Error Missing a Javadoc comment. 11
Error Redundant 'public' modifier. 11
Error Name 'SAMLRequest' must match pattern '^[a-z][a-zA-Z0-9]*$'. 11

org/opensciencegrid/authz/stubs/SAMLRequestType.java

ErrorLine
Error Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. 1
Error Missing a Javadoc comment. 10
Error Missing a Javadoc comment. 11
Error Name '_any' must match pattern '^[a-z][a-zA-Z0-9]*$'. 11
Error Missing a Javadoc comment. 13
Error Method 'get_any' is not designed for extension - needs to be abstract, final or empty. 16
Error Missing a Javadoc comment. 16
Error Name 'get_any' must match pattern '^[a-z][a-zA-Z0-9]*$'. 16
Error Method 'set_any' is not designed for extension - needs to be abstract, final or empty. 20
Error Missing a Javadoc comment. 20
Error Name 'set_any' must match pattern '^[a-z][a-zA-Z0-9]*$'. 20
Error Parameter _any should be final. 20
Error '_any' hides a field. 20
Error Name '_any' must match pattern '^[a-z][a-zA-Z0-9]*$'. 20
Error Missing a Javadoc comment. 24
Error Name '__equalsCalc' must match pattern '^[a-z][a-zA-Z0-9]*$'. 24
Error Method 'equals' is not designed for extension - needs to be abstract, final or empty. 25
Error Missing a Javadoc comment. 25
Error Parameter obj should be final. 25
Error 'if' construct must use '{}'s. 26
Error 'if' construct must use '{}'s. 28
Error 'if' construct must use '{}'s. 29
Error Name '_equals' must match pattern '^[a-z][a-zA-Z0-9]*$'. 34
Error Line has trailing spaces. 35
Error '&&' should be on a new line. 35
Error Expression can be simplified. 35
Error Line has trailing spaces. 36
Error '==' is not preceded with whitespace. 36
Error '==' is not followed by whitespace. 36
Error '==' is not preceded with whitespace. 36
Error '==' is not followed by whitespace. 36
Error '||' should be on a new line. 36
Error '!=' is not preceded with whitespace. 37
Error '!=' is not followed by whitespace. 37
Error '&&' should be on a new line. 37
Error Missing a Javadoc comment. 43
Error Name '__hashCodeCalc' must match pattern '^[a-z][a-zA-Z0-9]*$'. 43
Error Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. 44
Error Missing a Javadoc comment. 44
Error Name '_hashCode' must match pattern '^[a-z][a-zA-Z0-9]*$'. 49
Error '=' is not preceded with whitespace. 51
Error '=' is not followed by whitespace. 51
Error '<' is not preceded with whitespace. 52
Error '<' is not followed by whitespace. 52
Error Line is longer than 80 characters. 54
Error '&&' should be on a new line. 55
Error Missing a Javadoc comment. 66
Error Line is longer than 80 characters. 70
Error First sentence should end with a period. 73
Error Expected an @return tag. 76
Error First sentence should end with a period. 80
Error Expected an @return tag. 83
Error Line has trailing spaces. 84
Error Parameter mechType should be final. 84
Error Expected @param tag for 'mechType'. 84
Error Line has trailing spaces. 85
Error Parameter _javaType should be final. 85
Error Expected @param tag for '_javaType'. 85
Error Name '_javaType' must match pattern '^[a-z][a-zA-Z0-9]*$'. 85
Error Parameter _xmlType should be final. 86
Error Expected @param tag for '_xmlType'. 86
Error Name '_xmlType' must match pattern '^[a-z][a-zA-Z0-9]*$'. 86
Error Line has trailing spaces. 87
Error First sentence should end with a period. 92
Error Expected an @return tag. 95
Error Line has trailing spaces. 96
Error Parameter mechType should be final. 96
Error Expected @param tag for 'mechType'. 96
Error Line has trailing spaces. 97
Error Parameter _javaType should be final. 97
Error Expected @param tag for '_javaType'. 97
Error Name '_javaType' must match pattern '^[a-z][a-zA-Z0-9]*$'. 97
Error Parameter _xmlType should be final. 98
Error Expected @param tag for '_xmlType'. 98
Error Name '_xmlType' must match pattern '^[a-z][a-zA-Z0-9]*$'. 98
Error Line has trailing spaces. 99

org/opensciencegrid/authz/stubs/SAMLResponseType.java

ErrorLine
Error Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. 1
Error Missing a Javadoc comment. 10
Error Missing a Javadoc comment. 11
Error Name '_any' must match pattern '^[a-z][a-zA-Z0-9]*$'. 11
Error Missing a Javadoc comment. 13
Error Method 'get_any' is not designed for extension - needs to be abstract, final or empty. 16
Error Missing a Javadoc comment. 16
Error Name 'get_any' must match pattern '^[a-z][a-zA-Z0-9]*$'. 16
Error Method 'set_any' is not designed for extension - needs to be abstract, final or empty. 20
Error Missing a Javadoc comment. 20
Error Name 'set_any' must match pattern '^[a-z][a-zA-Z0-9]*$'. 20
Error Parameter _any should be final. 20
Error '_any' hides a field. 20
Error Name '_any' must match pattern '^[a-z][a-zA-Z0-9]*$'. 20
Error Missing a Javadoc comment. 24
Error Name '__equalsCalc' must match pattern '^[a-z][a-zA-Z0-9]*$'. 24
Error Method 'equals' is not designed for extension - needs to be abstract, final or empty. 25
Error Missing a Javadoc comment. 25
Error Parameter obj should be final. 25
Error 'if' construct must use '{}'s. 26
Error 'if' construct must use '{}'s. 28
Error 'if' construct must use '{}'s. 29
Error Name '_equals' must match pattern '^[a-z][a-zA-Z0-9]*$'. 34
Error Line has trailing spaces. 35
Error '&&' should be on a new line. 35
Error Expression can be simplified. 35
Error Line has trailing spaces. 36
Error '==' is not preceded with whitespace. 36
Error '==' is not followed by whitespace. 36
Error '==' is not preceded with whitespace. 36
Error '==' is not followed by whitespace. 36
Error '||' should be on a new line. 36
Error '!=' is not preceded with whitespace. 37
Error '!=' is not followed by whitespace. 37
Error '&&' should be on a new line. 37
Error Missing a Javadoc comment. 43
Error Name '__hashCodeCalc' must match pattern '^[a-z][a-zA-Z0-9]*$'. 43
Error Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. 44
Error Missing a Javadoc comment. 44
Error Name '_hashCode' must match pattern '^[a-z][a-zA-Z0-9]*$'. 49
Error '=' is not preceded with whitespace. 51
Error '=' is not followed by whitespace. 51
Error '<' is not preceded with whitespace. 52
Error '<' is not followed by whitespace. 52
Error Line is longer than 80 characters. 54
Error '&&' should be on a new line. 55
Error Missing a Javadoc comment. 66
Error Line is longer than 80 characters. 70
Error First sentence should end with a period. 73
Error Expected an @return tag. 76
Error First sentence should end with a period. 80
Error Expected an @return tag. 83
Error Line has trailing spaces. 84
Error Parameter mechType should be final. 84
Error Expected @param tag for 'mechType'. 84
Error Line has trailing spaces. 85
Error Parameter _javaType should be final. 85
Error Expected @param tag for '_javaType'. 85
Error Name '_javaType' must match pattern '^[a-z][a-zA-Z0-9]*$'. 85
Error Parameter _xmlType should be final. 86
Error Expected @param tag for '_xmlType'. 86
Error Name '_xmlType' must match pattern '^[a-z][a-zA-Z0-9]*$'. 86
Error Line has trailing spaces. 87
Error First sentence should end with a period. 92
Error Expected an @return tag. 95
Error Line has trailing spaces. 96
Error Parameter mechType should be final. 96
Error Expected @param tag for 'mechType'. 96
Error Line has trailing spaces. 97
Error Parameter _javaType should be final. 97
Error Expected @param tag for '_javaType'. 97
Error Name '_javaType' must match pattern '^[a-z][a-zA-Z0-9]*$'. 97
Error Parameter _xmlType should be final. 98
Error Expected @param tag for '_xmlType'. 98
Error Name '_xmlType' must match pattern '^[a-z][a-zA-Z0-9]*$'. 98
Error Line has trailing spaces. 99

org/opensciencegrid/authz/stubs/_SAMLRequestResponse.java

ErrorLine
Error Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. 1
Error Missing a Javadoc comment. 10
Error Name '_SAMLRequestResponse' must match pattern '^[A-Z][a-zA-Z0-9]*$'. 10
Error Missing a Javadoc comment. 11
Error Missing a Javadoc comment. 13
Error Method 'getSamlResponse' is not designed for extension - needs to be abstract, final or empty. 16
Error Missing a Javadoc comment. 16
Error Line is longer than 80 characters. 20
Error Method 'setSamlResponse' is not designed for extension - needs to be abstract, final or empty. 20
Error Missing a Javadoc comment. 20
Error Parameter samlResponse should be final. 20
Error 'samlResponse' hides a field. 20
Error Missing a Javadoc comment. 24
Error Name '__equalsCalc' must match pattern '^[a-z][a-zA-Z0-9]*$'. 24
Error Method 'equals' is not designed for extension - needs to be abstract, final or empty. 25
Error Missing a Javadoc comment. 25
Error Parameter obj should be final. 25
Error 'if' construct must use '{}'s. 26
Error 'if' construct must use '{}'s. 28
Error 'if' construct must use '{}'s. 29
Error Name '_equals' must match pattern '^[a-z][a-zA-Z0-9]*$'. 34
Error Line has trailing spaces. 35
Error '&&' should be on a new line. 35
Error Expression can be simplified. 35
Error Line has trailing spaces. 36
Error '==' is not preceded with whitespace. 36
Error '==' is not followed by whitespace. 36
Error '==' is not preceded with whitespace. 36
Error '==' is not followed by whitespace. 36
Error '||' should be on a new line. 36
Error '!=' is not preceded with whitespace. 37
Error '!=' is not followed by whitespace. 37
Error '&&' should be on a new line. 37
Error Missing a Javadoc comment. 43
Error Name '__hashCodeCalc' must match pattern '^[a-z][a-zA-Z0-9]*$'. 43
Error Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. 44
Error Missing a Javadoc comment. 44
Error Name '_hashCode' must match pattern '^[a-z][a-zA-Z0-9]*$'. 49
Error Missing a Javadoc comment. 58
Error Line is longer than 80 characters. 62
Error Line is longer than 80 characters. 63
Error Line is longer than 80 characters. 66
Error First sentence should end with a period. 70
Error Expected an @return tag. 73
Error First sentence should end with a period. 77
Error Expected an @return tag. 80
Error Line has trailing spaces. 81
Error Parameter mechType should be final. 81
Error Expected @param tag for 'mechType'. 81
Error Line has trailing spaces. 82
Error Parameter _javaType should be final. 82
Error Expected @param tag for '_javaType'. 82
Error Name '_javaType' must match pattern '^[a-z][a-zA-Z0-9]*$'. 82
Error Parameter _xmlType should be final. 83
Error Expected @param tag for '_xmlType'. 83
Error Name '_xmlType' must match pattern '^[a-z][a-zA-Z0-9]*$'. 83
Error Line has trailing spaces. 84
Error First sentence should end with a period. 89
Error Expected an @return tag. 92
Error Line has trailing spaces. 93
Error Parameter mechType should be final. 93
Error Expected @param tag for 'mechType'. 93
Error Line has trailing spaces. 94
Error Parameter _javaType should be final. 94
Error Expected @param tag for '_javaType'. 94
Error Name '_javaType' must match pattern '^[a-z][a-zA-Z0-9]*$'. 94
Error Parameter _xmlType should be final. 95
Error Expected @param tag for '_xmlType'. 95
Error Name '_xmlType' must match pattern '^[a-z][a-zA-Z0-9]*$'. 95
Error Line has trailing spaces. 96

org/opensciencegrid/authz/stubs/package.html

ErrorLine
Error Missing package documentation file.0